Skip to content

Commit ffeca6b

Browse files
committed
Remove unnecessary imports
1 parent 34d3457 commit ffeca6b

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

src/adc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Analog-digital conversion traits
22
3-
use nb;
4-
53
/// A marker trait to identify MCU pins that can be used as inputs to an ADC channel.
64
///
75
/// This marker trait denotes an object, i.e. a GPIO pin, that is ready for use as an input to the

src/capture.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Input capture
22
3-
use nb;
4-
53
/// Input capture
64
///
75
/// # Examples

src/serial.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Serial interface
22
3-
use nb;
4-
53
/// Read half of a serial interface
64
///
75
/// Some serial interfaces support different data sizes (8 bits, 9 bits, etc.);

src/spi.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Serial Peripheral Interface
22
3-
use nb;
4-
53
/// Full duplex (master mode)
64
///
75
/// # Notes

src/timer.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Timers
22
3-
use nb;
4-
53
/// A count down timer
64
///
75
/// # Contract

0 commit comments

Comments
 (0)