#driver #atsamd #ws2812 #smart-leds

yanked ws2812-nop-samd21

Nop-based bitbanger for 48MHz SAMD21 devices

0.3.0 Jan 25, 2020
0.1.0 Mar 5, 2019

#14 in #smart-leds

31 downloads per month

MIT/Apache

7MB

ws2812-nop-samd21

Nop-based bitbanger for 48MHz samd21 devices. This is a direct port of Adafruit's main neopixel_write library, so it should be the most compatible with their samd21 boards, but also most "hacky" ws2812 driver. It currently uses raw assembly "nop" instructions for delays, and in future we might move to other assembly instructions that provide 1 cycle of delay.

It requires a nightly compiler to use #![feature(asm)], so this crate only works on nightly rust.

cpx rainbow cycle

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies