Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ getPin
Method
getPin
Arduino/libraries/ST_Anything/EX_Switch.h:58–58 ·
view source on GitHub ↗
gets
Source
from the content-addressed store, hash-verified
56
57
//gets
58
virtual byte getPin() const {return m_nPin;}
59
60
virtual bool getStatus() const { return m_bCurrentState; } //whether the switch is HIGH or LOW
61
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected