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