[package] name = "ws2812-nop-samd21" version = "0.3.0" authors = ["Paul Sajna "] edition = "2018" description = "Nop-based bitbanger for 48MHz SAMD21 devices" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/smart-leds-rs/ws2812-nop-samd21" categories = [ "embedded", "no-std", "hardware-support"] keywords = ["smart-leds", "ws2812", "driver", "atsamd"] [dependencies] cortex-m = "~0.6.2" cortex-m-rt = "~0.6.11" smart-leds-trait = "~0.2" [dependencies.embedded-hal] features = ["unproven"] version = "~0.2.3" [dev-dependencies] circuit_playground_express = "~0.6" panic-halt = "~0.2" smart-leds = "~0.2"