mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
Move capture start/stop into baseband API.
Hide more calls to baseband/shared memory.
This commit is contained in:
parent
6bd191349a
commit
420adea180
3 changed files with 18 additions and 7 deletions
|
@ -58,6 +58,9 @@ void shutdown();
|
|||
void spectrum_streaming_start();
|
||||
void spectrum_streaming_stop();
|
||||
|
||||
void capture_start(CaptureConfig* const config);
|
||||
void capture_stop();
|
||||
|
||||
} /* namespace baseband */
|
||||
|
||||
#endif/*__BASEBAND_API_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue