Ayke van Laethem
7b56e61d52
ws2812: add support for simulation
...
Call a special __tinygo_ws2812_write_byte function to send a single
byte.
2019-12-14 22:16:41 +01:00
Ayke van Laethem
514b436889
ws2812: fix "invalid symbol redefinition" error
...
Named local labels shouldn't be used in LLVM because they might get
duplicated resulting in multiple symbol definitions and a compiler
error. Instead, use numeric labels.
2019-12-14 22:11:10 +01:00
BCG
7233452819
Added Feather M0 and Trinket M0 to build tags for WS2812
2019-12-12 14:28:21 +01:00
Brad Erickson
c91888a099
ws2812: Add build tag for Arduino Nano33 IoT
...
Uses `arduino_nano33` to handle only this board. Other boards with
the same chip will need a separate tag.
2019-08-15 17:38:27 +02:00
Ayke van Laethem
7116778235
ws2812: add support for M0 at 48MHz: most SAMD21 boards
2019-02-24 23:10:10 +01:00