Add headset function control

This commit is contained in:
Allen Hill
2026-06-17 20:01:21 -07:00
parent e8082fa249
commit fee74e05c8
4 changed files with 145 additions and 21 deletions
+5 -4
View File
@@ -222,11 +222,12 @@ void AVCLAN_incrementTime();
void AVCLAN_setTime(uint8_t mins, uint8_t secs);
void AVCLAN_normalizeState();
#ifdef SOFTWARE_DEBUG
#ifndef NDEBUG
bool AVCLAN_micToggle();
void AVCLAN_micPlayPause();
void AVCLAN_micSkip();
bool AVCLAN_isMediaFunctioning();
void AVCLan_Measure();
#endif
#ifdef HARDWARE_DEBUG
void SetHighLow();
#endif
#endif // __AVCLANDRV_H