Skip to content

Commit 7f059f2

Browse files
committed
Remove InputPin unproven flag per #41
1 parent 4b6b9ce commit 7f059f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/digital.rs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pub trait OutputPin {
1616
}
1717

1818
/// Single digital input pin
19-
#[cfg(feature = "unproven")]
2019
pub trait InputPin {
2120
/// Is the input pin high?
2221
fn is_high(&self) -> bool;

0 commit comments

Comments
 (0)