Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Nop-based bitbanger for 48MHz samd21 devices (archived, this approach doesn't work very well & isn't stable across versions)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

smart-leds-rs/ws2812-nop-samd21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Nop-based bitbanger for 48MHz samd21 devices (archived, this approach doesn't work very well & isn't stable across versions)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages