upload
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

usb_hid.h 153B

12345678910
  1. #ifndef USB_HID_H
  2. #define USB_HID_H
  3. #include "report.h"
  4. extern report_keyboard_t usb_hid_keyboard_report;
  5. extern uint16_t usb_hid_time_stamp;
  6. #endif