MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / update

Method update

Arduino/libraries/ST_Anything/PollingSensor.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void PollingSensor::update()
96 {
97 if(checkInterval())
98 {
99 getData();
100 }
101 }
102
103 void PollingSensor::getData()
104 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected