| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected