MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / get_sensor_count

Method get_sensor_count

src/custom_sensor/BARO_Sensor.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int BARO_Sensor::get_sensor_count() {
59 return sensor_count;
60}
61
62void BARO_Sensor::get_pressure_and_temperature(float * value) {
63 if (!available) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected