This commit is contained in:
Your Name
2026-07-27 15:13:22 +03:00
parent fa89c89fbe
commit 973b8bdf39
+4
View File
@@ -9,6 +9,10 @@ This repository contains the implementation of a USB command handler for the Zep
3. **usb.c/h**: Manages USB initialization, data reception via UART, and sending responses. Includes a USB thread.
4. **usb_conf.c/h**: Configures the USB device.
### ACK
Every command returns either an ACK or NACK.
### Command Structure
```c