MCPcopy Create free account
hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / pinMode

Method pinMode

src/sensorinterface/MCP23X17PinInterface.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25int MCP23X17PinInterface::digitalRead() { return _mcp23x17->digitalRead(_pinNum); }
26
27void MCP23X17PinInterface::pinMode(uint8_t mode) { _mcp23x17->pinMode(_pinNum, mode); }
28
29void MCP23X17PinInterface::digitalWrite(uint8_t val) {
30 _mcp23x17->digitalWrite(_pinNum, val);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected