This commit is contained in:
PhatenIoT-yan
2025-11-13 09:43:27 +08:00
parent 59bda10c65
commit b5caf4729e
12 changed files with 176 additions and 34 deletions

View File

@@ -222,8 +222,8 @@ sequenceDiagram
| 0x21 | Media Control | MCU→XU316 |
| 0x22 | Report Playback Audio Stream Format and Type | XU316→MCU |
| 0x23 | Set Input/Output Mode | MCU→XU316 |
| 0x24 | Send Playback Volume | MCU→XU316 |
| 0x25 | Send Recording Volume | MCU→XU316 |
| 0x24 | XU316 Send Playback Volume | XU316→MCU |
| 0x25 | XU316 Send Recording Volume | XU316→MCU |
| 0x26 | Switch MCLK | MCU→XU316 |
=== "HID-MCU Transparent Transmission Commands (0xEE-0xEF)"
@@ -635,7 +635,7 @@ sequenceDiagram
```
=== "Function Description"
- This command is used by MCU to set current playback volume to XU316
- This command is used by XU316 to report current playback volume to MCU
#### 3.3.6 Send Recording Volume (0x25)
@@ -662,7 +662,8 @@ sequenceDiagram
```
=== "Function Description"
- This command is used by MCU to set current microphone recording volume to XU316
- This command is used by XU316 to report current microphone recording volume to MCU
- Reserved command, not currently used
#### 3.3.7 Switch MCLK (0x26)