Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ fm_stop
Function
fm_stop
src/modules/fm/fm.cpp:303–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
void fm_stop() {
304
if (is_running) {
305
// Stop radio
306
radio.setTXpower(0); // dBuV
307
radio.reset();
308
is_running = false;
309
}
310
}
311
#endif
Callers
1
fm_spectrum
Function · 0.85
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected