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

Method end

src/custom_sensor/BARO_Sensor.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void BARO_Sensor::end() {
27 if (!available) {
28 return;
29 }
30 available = false;
31 Baro->reset();
32}
33
34void BARO_Sensor::get_data(int sensorID, byte *data) {
35 float val;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected