Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ setBuffer
Method
setBuffer
src/custom_sensor/PDM_Sensor.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void PDM_Sensor::setBuffer(uint8_t * buffer) {
30
_buffer = buffer;
31
}
32
33
int PDM_Sensor::get_sensor_count() {
34
return sensor_count;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected