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, macros,
mcpwm, mcpwm,
pcnt, pcnt,
peripheral::Peripheral,
peripherals, peripherals,
prelude, prelude,
pulse_control, pulse_control,

View File

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

View File

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

View File

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

View File

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

View File

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