| 12 | } |
| 13 | |
| 14 | void PDM_Sensor::end() { |
| 15 | if (!available) return; |
| 16 | |
| 17 | available = false; |
| 18 | } |
| 19 | |
| 20 | void PDM_Sensor::get_data(int sensorID, byte *data) { |
| 21 | if (sensorID != PDM_MIC) { |
nothing calls this directly
no outgoing calls
no test coverage detected