ws2812-nop-samd21

Crates.iows2812-nop-samd21
lib.rsws2812-nop-samd21
version0.3.0
sourcesrc
created_at2019-03-05 21:45:03.117516
updated_at2020-01-25 06:01:32.152199
descriptionNop-based bitbanger for 48MHz SAMD21 devices
homepage
repositoryhttps://github.com/smart-leds-rs/ws2812-nop-samd21
max_upload_size
id118964
size6,821,739
owners (github:atsamd-rs:owners)

documentation

README

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.

Commit count: 24

cargo fmt