(&mut self, _pin: Pin, _mode: PinMode)
| 34 | } |
| 35 | |
| 36 | fn setup(&mut self, _pin: Pin, _mode: PinMode) -> io::Result<()> { |
| 37 | Err(io::Error::other("GPIO backend not compiled in")) |
| 38 | } |
| 39 | |
| 40 | fn clear(&mut self, _pin: Pin) -> io::Result<()> { |
| 41 | Err(io::Error::other("GPIO backend not compiled in")) |