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

Method get_sensor_count

src/custom_sensor/IMU_Sensor.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82int IMU_Sensor::get_sensor_count() {
83 return sensor_count;
84}
85
86void IMU_Sensor::get_all() {
87 if (!available) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected