MCPcopy Index your code
hub / github.com/endbasic/endbasic / setup

Method setup

std/src/gpio/fakes.rs:36–38  ·  view source on GitHub ↗
(&mut self, _pin: Pin, _mode: PinMode)

Source from the content-addressed store, hash-verified

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"))

Callers 2

newMethod · 0.45
execMethod · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected