diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/led.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ pub struct LED { state: State, } +#[allow(unused)] impl LED { pub fn new(pin: LEDPin<Input<Floating>>, cr: &mut Cr<CRL, 'B'>) -> Self { let mut p = pin.into_push_pull_output(cr); |