diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:15:00 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:15:00 +0000 |
| commit | d393e0c30192611d4cac65a5429fd7180ce1f49c (patch) | |
| tree | 7e47bd930340c75c4802801a81f3bd17c2469d9f /firmware/c1224/include/usb_cmd.h | |
Initial pushmain
Diffstat (limited to 'firmware/c1224/include/usb_cmd.h')
| -rw-r--r-- | firmware/c1224/include/usb_cmd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/firmware/c1224/include/usb_cmd.h b/firmware/c1224/include/usb_cmd.h new file mode 100644 index 0000000..e0fb513 --- /dev/null +++ b/firmware/c1224/include/usb_cmd.h @@ -0,0 +1,11 @@ +#ifndef C1224_USB_CMD_H +#define C1224_USB_CMD_H + +#include <stddef.h> +#include <stdint.h> + +void usb_cmd_init(void); +void usb_cmd_poll(void); +void usb_cmd_on_rx_frame(const uint8_t *info, size_t len); + +#endif |
