Skip to content

Commit

Permalink
Update dependenies and docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
SpamixOfficial committed May 9, 2024
1 parent a5f5502 commit a8cb97e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation = "https://docs.rs/ws2812-pio"
repository = "https://github.com/rp-rs/ws2812-pio-rs/"

[dependencies]
embedded-hal = "0.2.5"
embedded-hal = "0.2.7"
fugit = "0.3.5"
rp2040-hal = "0.10"
pio = "0.2.0"
Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ use smart_leds_trait::SmartLedsWrite;
///
/// // Then you will make sure yourself to not write too frequently:
/// loop {
/// use smart_leds::{SmartLedsWrite, RGB8};
/// use smart_leds::RGB8;
/// use smart_leds_trait::SmartLedsWrite;
/// let color : RGB8 = (255, 0, 255).into();
///
/// ws.write([color].iter().copied()).unwrap();
Expand Down

0 comments on commit a8cb97e

Please sign in to comment.