Skip to content

Commit

Permalink
Re-export Peripheral
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Mar 7, 2023
1 parent 15d986f commit 72b9bcb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions esp32-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub use esp_hal_common::{
macros,
mcpwm,
pcnt,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,
Expand Down
1 change: 1 addition & 0 deletions esp32c2-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub use esp_hal_common::{
interrupt,
ledc,
macros,
peripheral::Peripheral,
peripherals,
prelude,
riscv,
Expand Down
1 change: 1 addition & 0 deletions esp32c3-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub use esp_hal_common::{
interrupt,
ledc,
macros,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,
Expand Down
1 change: 1 addition & 0 deletions esp32c6-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pub use esp_hal_common::{
macros,
mcpwm,
pcnt,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,
Expand Down
1 change: 1 addition & 0 deletions esp32s2-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub use esp_hal_common::{
macros,
otg_fs,
pcnt,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,
Expand Down
1 change: 1 addition & 0 deletions esp32s3-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub use esp_hal_common::{
mcpwm,
otg_fs,
pcnt,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,
Expand Down

0 comments on commit 72b9bcb

Please sign in to comment.