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

Method start

src/custom_sensor/PDM_Sensor.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8void PDM_Sensor::start() {
9 if (available) return;
10
11 available = true;
12}
13
14void PDM_Sensor::end() {
15 if (!available) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected