tinygo/src/examples
deadprogram 9d6eb1ff06 machine/usb/adc/midi: improve implementation to include several new messages
such as program changes and pitch bend. Also add error handling for invalid
parameter values such as MIDI channel. This however makes a somewhat breaking
change to the current implementation, in that we now use the typical MIDI user
system of counting MIDI channels from 1-16 instead of from 0-15 as the lower
level USB-MIDI API itself expects.

Also add constant values for continuous controller messages, rename SendCC
function, and add SysEx function.

Signed-off-by: deadprogram <ron@hybridgroup.com>
2023-09-07 08:41:57 +02: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
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
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 examples: use hid-keyboard example to show how to to override default USB VID, PID, manufacturer name, and product name 2023-03-22 08:35:42 +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 rp2040: rtc delayed interrupt 2023-02-23 09:23:37 +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 examples: adds summary of wasm examples and fixes callback bug 2022-09-07 13:31:21 +02:00
watchdog samd51,rp2040,nrf528xx,stm32: implement watchdog 2023-08-15 11:50:07 +02:00