Skip to content

Commit 9f676a0

Browse files
committed
Remove InputPin unproven flag per #41
1 parent 96f8f61 commit 9f676a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/digital.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ pub mod toggleable {
109109
}
110110

111111
/// Single digital input pin
112-
///
113-
/// *This trait is available if embedded-hal is built with the `"unproven"` feature.*
114-
#[cfg(feature = "unproven")]
115112
pub trait InputPin {
116113
/// Is the input pin high?
117114
fn is_high(&self) -> bool;

0 commit comments

Comments
 (0)