From 973b8bdf395b89037cd9107b5e9d166785c70b7a Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 27 Jul 2026 15:13:22 +0300 Subject: [PATCH] Second --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 471e33e..3891cc0 100644 --- a/README.md +++ b/README.md @@ -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