We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6f8495 + 0245202 commit 17be8aaCopy full SHA for 17be8aa
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ws2812-pio"
3
-version = "0.8.0"
+version = "0.9.0"
4
edition = "2021"
5
license = "Apache-2.0"
6
description = "Driver implementation for the WS2812 smart LED using the RP2040's PIO peripheral."
@@ -10,7 +10,7 @@ repository = "https://github.com/rp-rs/ws2812-pio-rs/"
10
[dependencies]
11
embedded-hal = "0.2.5"
12
fugit = "0.3.5"
13
-rp2040-hal = "0.10"
+rp2040-hal = "0.11"
14
pio = "0.2.0"
15
smart-leds-trait = "0.3"
16
smart-leds-trait-0-2 = { package = "smart-leds-trait", version = "0.2.1" }
0 commit comments