We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6b9ce commit 7f059f2Copy full SHA for 7f059f2
src/digital.rs
@@ -16,7 +16,6 @@ pub trait OutputPin {
16
}
17
18
/// Single digital input pin
19
-#[cfg(feature = "unproven")]
20
pub trait InputPin {
21
/// Is the input pin high?
22
fn is_high(&self) -> bool;
0 commit comments