Files
DS5Dongle-OLED-Edition-stea…/src/usb.h
T
2026-04-26 15:14:26 +08:00

11 lines
232 B
C

//
// Created by awalol on 2026/3/4.
//
#ifndef DS5_BRIDGE_USB_H
#define DS5_BRIDGE_USB_H
extern uint8_t mute[2]; // 0: SPEAKER(0x02) 1: MIC(0x05)
extern float volume[2]; // 0: SPEAKER(0x02) 1: MIC(0x05)
#endif //DS5_BRIDGE_USB_H