Re-export Peripheral

This commit is contained in:
Jesse Braham 2023-03-06 11:58:03 -08:00 committed by Jesse Braham
parent 15d986f260
commit 72b9bcb015
6 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,7 @@ pub use esp_hal_common::{
macros,
mcpwm,
pcnt,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,

View File

@ -15,6 +15,7 @@ pub use esp_hal_common::{
interrupt,
ledc,
macros,
peripheral::Peripheral,
peripherals,
prelude,
riscv,

View File

@ -21,6 +21,7 @@ pub use esp_hal_common::{
interrupt,
ledc,
macros,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,

View File

@ -19,6 +19,7 @@ pub use esp_hal_common::{
macros,
mcpwm,
pcnt,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,

View File

@ -23,6 +23,7 @@ pub use esp_hal_common::{
macros,
otg_fs,
pcnt,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,

View File

@ -23,6 +23,7 @@ pub use esp_hal_common::{
mcpwm,
otg_fs,
pcnt,
peripheral::Peripheral,
peripherals,
prelude,
pulse_control,