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

Method end

src/custom_sensor/PDM_Sensor.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void PDM_Sensor::end() {
15 if (!available) return;
16
17 available = false;
18}
19
20void PDM_Sensor::get_data(int sensorID, byte *data) {
21 if (sensorID != PDM_MIC) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected