tinygo/src/examples
Ayke van Laethem 768c652468 machine: rename CPU_FREQUENCY -> CPUFrequency()
These all-caps constants aren't in the Go style, so rename it to
CPUFrequency (which is more aligned with Go style). Additionally, make
it a function so that it is possible to add support for changing the
frequency in the future.

Tested by running `make smoketest`. None of the outputs did change.
2019-12-16 20:34:39 +01:00
..
adc machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
blinkm machine: redesign I2C interface 2018-11-16 23:08:41 +01:00
blinky1 machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
blinky2 machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
button machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
button2 machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
echo machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
gba-display targets: add support for GameBoy Advance 2019-08-05 09:19:49 +02:00
i2s machine/samd21: Initial implementation of I2S hardware interface using Circuit Playground Express 2019-05-12 21:51:07 +02:00
mcp3008 machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
microbit-blink machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
pwm avr: initial implementation for PWM 2018-09-17 14:03:05 +02:00
serial examples: re-add hello world serial communication 2018-09-21 14:33:39 +02:00
systick machine: rename CPU_FREQUENCY -> CPUFrequency() 2019-12-16 20:34:39 +01:00
test examples/test: make unicode example more interesting 2018-09-21 14:37:11 +02:00
wasm Add syscall/js.valueInvoke support 2019-09-16 13:36:37 +02:00