| 374 | void setWaveform(const PolyBLEPType waveform) { type = waveform; } |
| 375 | void setSampleRate(float sr) { sampleRate = sr; } |
| 376 | double getFreqInHz() const { return freqInSecondsPerSample * sampleRate; } |
| 377 | }; |
| 378 | |
| 379 | // clang-format on |
nothing calls this directly
no outgoing calls
no test coverage detected