Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
ISensor* SensorDataProvider::getSensor(uint8_t index)
204
{
205
return m_impl->getSensor(index);
206
}
207
208
bool SensorDataProvider::find(
209
uint8_t& sensorIndex,
Callers
7
registerSensorTopics
Method · 0.95
handleSensors
Function · 0.45
find
Method · 0.45
load
Method · 0.45
save
Method · 0.45
logSensorAvailability
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected