tinygo/src/examples
deadprogram df1f83f4e1 examples: add example for use with wasm-unknown target
Signed-off-by: deadprogram <ron@hybridgroup.com>
2024-02-15 17:54:18 +01:00
..
adc accept configuration struct for ADC parameters (#1533) 2021-01-31 14:54:27 -06: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 avr: add support for PinInputPullup 2020-05-22 13:17:04 +02:00
button2 machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
can build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
caninterrupt build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
dac build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
device-id nrf,sam,rp2040: add machine.HardwareID function 2023-10-27 13:25:32 +02:00
echo machine: define Serial as the default output 2021-05-13 16:43:37 +02:00
echo2 os, runtime: enable os.Stdin for baremetal target 2022-06-01 07:56:25 +02:00
empty avr: add attiny1616 support 2023-05-20 21:18:02 +02:00
flash machine/flash: remove FlashBuffer, modify flash example to use BlockDevice interface 2023-05-14 10:41:03 +02:00
gba-display targets: add support for GameBoy Advance 2019-08-05 09:19:49 +02:00
hello-wasm-unknown examples: add example for use with wasm-unknown target 2024-02-15 17:54:18 +01:00
hid-joystick machine/usb/hid/joystick: move joystick under HID as it belongs and also remove duplicate code 2023-04-03 00:50:30 +02:00
hid-keyboard machine/usb: add support for ISERIAL descriptor 2023-11-07 00:11:40 +01:00
hid-mouse machine/usb: rename 'New()' to 'Port()' to have the API better match the singleton that is actually being returned 2022-10-17 14:46:18 +02:00
i2c-target i2c: implement target mode for rp2040 and nrf 2023-04-04 09:36:42 +02:00
i2s all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
mcp3008 machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
memstats runtime: expose memory stats 2021-06-10 22:03:00 +02:00
microbit-blink machine: refactor pins to be of Pin type 2019-05-26 20:48:50 +02:00
pdm Add PDM support for circuitplay-bluefruit (#3359) 2023-01-17 12:32:01 +01:00
pininterrupt avr: pin change interrupt 2023-07-27 18:15:22 +02:00
pwm build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
ram-func fix go:noinlines in volatile package 2023-05-29 22:16:35 +02:00
rand examples: add example to exercise random number generation 2021-12-14 14:55:19 +01:00
rtcinterrupt doc: fix a typo in the rtcinterrupt example (#3981) 2023-11-02 18:13:22 +01:00
serial examples: re-add hello world serial communication 2018-09-21 14:33:39 +02:00
systick runtime: make channels work in interrupts 2020-07-04 08:34:39 +02:00
temp rp2040: add machine.ReadTemperature 2022-09-21 08:26:56 +02:00
test examples/test: make unicode example more interesting 2018-09-21 14:37:11 +02:00
time-offset example: adjust time offset 2023-07-02 18:25:20 +02:00
uart atmega2560: support UART1-3 2022-06-18 09:26:12 +02:00
usb-midi machine/usb/adc/midi: improve implementation to include several new messages 2023-09-07 08:41:57 +02:00
wasm bulid: Rename Makefile to GNUmakefile 2023-10-01 14:55:34 +02:00
watchdog samd51,rp2040,nrf528xx,stm32: implement watchdog 2023-08-15 11:50:07 +02:00