File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 3
3
//! The traits have been renamed to avoid collisions with other items when
4
4
//! performing a glob import.
5
5
6
+ #[ cfg( feature = "unproven" ) ]
7
+ pub use adc:: OneShot as _embedded_hal_adc_OneShot;
6
8
pub use blocking:: delay:: DelayMs as _embedded_hal_blocking_delay_DelayMs;
7
9
pub use blocking:: delay:: DelayUs as _embedded_hal_blocking_delay_DelayUs;
8
10
pub use blocking:: i2c:: {
@@ -28,6 +30,12 @@ pub use serial::Write as _embedded_hal_serial_Write;
28
30
pub use spi:: FullDuplex as _embedded_hal_spi_FullDuplex;
29
31
pub use timer:: CountDown as _embedded_hal_timer_CountDown;
30
32
#[ 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" ) ]
31
39
pub use Capture as _embedded_hal_Capture;
32
40
#[ cfg( feature = "unproven" ) ]
33
41
pub use Pwm as _embedded_hal_Pwm;
You can’t perform that action at this time.
0 commit comments