MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / begin

Method begin

lib/Common/src/SensorDataProviderImpl.cpp:62–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 *****************************************************************************/
61
62void SensorDataProviderImpl::begin()
63{
64 uint8_t index = 0U;
65
66 for (index = 0U; index < m_cnt; ++index)
67 {
68 if (nullptr != m_sensors[index])
69 {
70 m_sensors[index]->begin();
71 }
72 }
73}
74
75void SensorDataProviderImpl::process()
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected