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

Method getSensor

src/Hal/SensorDataProvider.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203ISensor* SensorDataProvider::getSensor(uint8_t index)
204{
205 return m_impl->getSensor(index);
206}
207
208bool SensorDataProvider::find(
209 uint8_t& sensorIndex,

Callers 7

registerSensorTopicsMethod · 0.95
handleSensorsFunction · 0.45
findMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
logSensorAvailabilityMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected