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
604 stars 188 forks source link

ws2812: support thingplus-rp2040 board #407

Closed oflebbe closed 2 years ago

oflebbe commented 2 years ago

Added 125 MHz rp2040 timing Added unsafe.Pointer for pointer conversion

deadprogram commented 2 years ago

Thank you very much for working on this @oflebbe now merging.

oflebbe commented 2 years ago

Thanks for merging. I am asking myself if I shouldn't revert the change to gen-ws2812.go since I aligned the API with this merged https://github.com/tinygo-org/tinygo/pull/2872 PR ? Sorry, I was AFK for a few days :)

deadprogram commented 2 years ago

Hmm, probably so. I didn't think of that.