Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isPowerOn
Method
isPowerOn
libraries/AD520X/AD520X.cpp:201–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
200
201
bool AD520X::isPowerOn()
202
{
203
return digitalRead(_shutdown) == HIGH;
204
}
205
206
207
/////////////////////////////////////////////////////////////////////////////
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64