mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 04:02:16 +00:00
Move capture start/stop into baseband API.
Hide more calls to baseband/shared memory.
This commit is contained in:
@@ -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__*/
|
||||
|
||||
Reference in New Issue
Block a user