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

Method pinMode

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

Source from the content-addressed store, hash-verified

25int DirectPinInterface::digitalRead() { return ::digitalRead(_pinNum); }
26
27void DirectPinInterface::pinMode(uint8_t mode) { ::pinMode(_pinNum, mode); }
28
29void DirectPinInterface::digitalWrite(uint8_t val) { ::digitalWrite(_pinNum, val); }

Callers 3

beginMethod · 0.45
beginSPIMethod · 0.45
SPIImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected