Skip to content

Commit f973881

Browse files
committed
Add 'avr_delay' as a dependency and expose crate
1 parent 8d3c246 commit f973881

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ all-mcus = []
2929

3030
[dependencies]
3131
avr-config = "1.0"
32+
avr_delay = "0.3"
3233
avr-std-stub = { version = "1.0", optional = true }
3334
const_env--value = "0.1"
3435
target-cpu-macro = "0.1"

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ pub mod modules;
2626
/// Configuration for the currently-targeted microcontroller.
2727
pub use avr_config as config;
2828

29+
/// Delay routines.
30+
pub use avr_delay as delay;
31+
2932
mod register;
3033
mod pin;
3134

0 commit comments

Comments
 (0)