feat:adjust gain in speaker volume. add led and auto-disconnect toggle in mute.

This commit is contained in:
awalol
2026-03-22 00:33:30 +08:00
parent 49eba414cb
commit 845656aedd
7 changed files with 50 additions and 37 deletions
+3
View File
@@ -5,4 +5,7 @@
#ifndef DS5_BRIDGE_USB_H
#define DS5_BRIDGE_USB_H
extern uint8_t mute[2]; // 0: SPEAKER(0x02) 1: MIC(0x05)
extern int16_t volume[2]; // 0: SPEAKER(0x02) 1: MIC(0x05)
#endif //DS5_BRIDGE_USB_H