Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void DirectPinInterface::pinMode(uint8_t mode) { ::pinMode(_pinNum, mode); }
28
29
void DirectPinInterface::digitalWrite(uint8_t val) { ::digitalWrite(_pinNum, val); }
Callers
6
beginSPI
Method · 0.45
receivePacket
Method · 0.45
sendPacket
Method · 0.45
SPIImpl
Method · 0.45
beginTransaction
Method · 0.45
endTransaction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected