Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Michael-Manning/E-Paper-Climate-Logger
/ LatchOnOffController
Function
LatchOnOffController
firmware/src/power.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
plt::setPinMode(pins::dsp_DC, PinMode::Input);
92
plt::setPinMode(pins::dsp_RST, PinMode::Input);
93
94
delay(50);
95
96
plt::setPinMode(pins::powerKill, PinMode::Output);
97
plt::setPinLevel(pins::powerKill, false);
98
Callers
1
setup
Function · 0.85
Calls
1
setPinLevel
Function · 0.85
Tested by
no test coverage detected