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

Method end

src/custom_sensor/IMU_Sensor.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void IMU_Sensor::end() {
19 if (!available) return;
20
21 IMU->softReset();
22 available = false;
23}
24
25void IMU_Sensor::get_data(int sensorID, byte *data) {
26 float x, y, z;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected