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

Method begin

src/audio_pdm/BLEStream.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool BLEStream::begin() {
28 (*stream)->open();
29
30 start();
31 return true;
32}
33
34void BLEStream::setSampleRate(int sampleRate) {
35 _sampleRate = sampleRate;

Callers

nothing calls this directly

Calls 1

openMethod · 0.80

Tested by

no test coverage detected