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

Method refreshDevices

Arduino/libraries/ST_Anything/Everything.cpp:105–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void Everything::refreshDevices()
106 {
107 for(unsigned int i=0; i<m_nExecutorCount; ++i)
108 {
109 m_Executors[i]->refresh();
110 sendStrings();
111 }
112
113 for (unsigned int i = 0; i<m_nSensorCount; ++i)
114 {
115 m_Sensors[i]->refresh();
116 sendStrings();
117 }
118 }
119
120//public
121 void Everything::init()

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.45

Tested by

no test coverage detected