Finalize C <=> C++ interface

This commit is contained in:
Allen Hill
2026-07-06 19:39:49 -07:00
parent 7ceed80128
commit 9fd8c5636e
20 changed files with 396 additions and 346 deletions
+5
View File
@@ -69,6 +69,11 @@ public:
void emit(Frame *out, uint16_t peripheral);
void incrementTime();
bool isPlaying() const;
#ifndef NDEBUG
void media_action(MediaAction action);
bool media_busy() const;
void mic_toggle();
#endif
private:
void startPlaying();