tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
617 stars 195 forks source link

ws2812: add support for m5stamp-c3 #367

Closed sago35 closed 2 years ago

sago35 commented 2 years ago

In this PR, add support for m5stamp-c3. Implemented the case where machine.LED does not exist in others_wo_led.go, as in m5stamp-c3 and qtpy.

Tested with m5stamp-c3 and qtpy.

deadprogram commented 2 years ago

Thank you @sago35 :traffic_light::traffic_light::traffic_light::traffic_light: