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

Method updateSensors

Arduino/libraries/ST_Anything/Everything.cpp:41–48  ·  view source on GitHub ↗

private

Source from the content-addressed store, hash-verified

39
40//private
41 void Everything::updateSensors()
42 {
43 for(unsigned int index=0; index<m_nSensorCount; ++index)
44 {
45 m_Sensors[index]->update();
46 sendStrings();
47 }
48 }
49
50#if defined(ENABLE_SERIAL)
51 void Everything::readSerial()

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected