Skip to content

Commit

Permalink
Done5: Working with upstream dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Aug 29, 2023
1 parent 4c21961 commit 99bd39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ repository = "https://github.com/rp-rs/ws2812-pio-rs/"

[dependencies]
embedded-hal = "1.0.0-alpha.11"
fugit = "0.3.5" #0.3.7
#rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch = "main", features = [ "eh1_0_alpha", ] }
rp2040-hal = { path = "/home/zoid/clone/rp2040/rp-hal/rp2040-hal", features = [ "eh1_0_alpha" ] }
fugit = "0.3.7"
rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch = "main", features = [ "eh1_0_alpha", ] }
pio = "0.2.1"
smart-leds-trait = "0.2.1"
nb = "1.1.0"
cortex-m = "0.7.3"
cortex-m = "0.7.7"
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//! Bear in mind that you will have to take care of timing requirements
//! yourself then.
use cortex_m::prelude::_embedded_hal_timer_CountDown;
use fugit::{ExtU32, HertzU32};
use rp2040_hal::{
gpio::{Function, Pin, PinId, *},
Expand Down

0 comments on commit 99bd39f

Please sign in to comment.