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

Method getData

Arduino/libraries/ST_Anything/PollingSensor.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void PollingSensor::getData()
104 {
105 if(debug)
106 {
107 Everything::sendSmartString(getName() + F(" triggered"));
108 }
109 }
110
111 //debug flag to determine if debug print statements are executed (set value in your sketch)
112 bool PollingSensor::debug=false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected