File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 33//! The traits have been renamed to avoid collisions with other items when
44//! performing a glob import.
55
6+ #[ cfg( feature = "unproven" ) ]
7+ pub use adc:: OneShot as _embedded_hal_adc_OneShot;
68pub use blocking:: delay:: DelayMs as _embedded_hal_blocking_delay_DelayMs;
79pub use blocking:: delay:: DelayUs as _embedded_hal_blocking_delay_DelayUs;
810pub use blocking:: i2c:: {
@@ -28,6 +30,12 @@ pub use serial::Write as _embedded_hal_serial_Write;
2830pub use spi:: FullDuplex as _embedded_hal_spi_FullDuplex;
2931pub use timer:: CountDown as _embedded_hal_timer_CountDown;
3032#[ cfg( feature = "unproven" ) ]
33+ pub use watchdog:: Watchdog as _embedded_hal_watchdog_Watchdog;
34+ #[ cfg( feature = "unproven" ) ]
35+ pub use watchdog:: WatchdogDisable as _embedded_hal_watchdog_WatchdogDisable;
36+ #[ cfg( feature = "unproven" ) ]
37+ pub use watchdog:: WatchdogEnable as _embedded_hal_watchdog_WatchdogEnable;
38+ #[ cfg( feature = "unproven" ) ]
3139pub use Capture as _embedded_hal_Capture;
3240#[ cfg( feature = "unproven" ) ]
3341pub use Pwm as _embedded_hal_Pwm;
You can’t perform that action at this time.
0 commit comments