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

Method digitalWrite

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

Source from the content-addressed store, hash-verified

27void DirectPinInterface::pinMode(uint8_t mode) { ::pinMode(_pinNum, mode); }
28
29void DirectPinInterface::digitalWrite(uint8_t val) { ::digitalWrite(_pinNum, val); }

Callers 6

beginSPIMethod · 0.45
receivePacketMethod · 0.45
sendPacketMethod · 0.45
SPIImplMethod · 0.45
beginTransactionMethod · 0.45
endTransactionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected