tinygo/src/examples
Justin Clift 4bd1b9e53d wasm: use println instead of fmt
The generated wasm is 575 bytes when compiled with -no-debug (and
works), which is a much better first experience for new users than
the 20KB+ added (atm) just from including fmt.
2019-05-01 10:35:18 +02:00
..
adc avr: set ADLAR bit in ADC to get a value scaled to 16-bit 2018-09-20 21:39:45 +02:00
blinkm machine: redesign I2C interface 2018-11-16 23:08:41 +01:00
blinky1 all: rewrite sleep function 2018-09-15 01:58:54 +02:00
blinky2 all: rewrite sleep function 2018-09-15 01:58:54 +02:00
button all: rewrite sleep function 2018-09-15 01:58:54 +02:00
button2 examples: add nrf example for all 4 built-in buttons and LEDs 2018-09-22 15:17:47 +02:00
echo Add core support for multiple UARTs (#152) 2019-01-25 22:09:13 +01:00
mcp3008 machine/nrf: SPI master implementation 2018-12-02 13:26:08 +01:00
microbit-blink examples: add microbit blink example 2019-04-19 15:30:12 +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
test examples/test: make unicode example more interesting 2018-09-21 14:37:11 +02:00
wasm wasm: use println instead of fmt 2019-05-01 10:35:18 +02:00