Go to the documentation of this file. 19 #define PLUGGABLE_USB_ENABLED 22 #define USB_ENDPOINTS 7 // AtMegaxxU4 24 #define USB_ENDPOINTS 5 // AtMegaxxU2 27 #define ISERIAL_MAX_LEN 20 29 #define CDC_INTERFACE_COUNT 2 30 #define CDC_ENPOINT_COUNT 3 32 #define CDC_ACM_INTERFACE 0 // CDC ACM 33 #define CDC_DATA_INTERFACE 1 // CDC Data 34 #define CDC_FIRST_ENDPOINT 1 35 #define CDC_ENDPOINT_ACM (CDC_FIRST_ENDPOINT) // CDC First 36 #define CDC_ENDPOINT_OUT (CDC_FIRST_ENDPOINT+1) 37 #define CDC_ENDPOINT_IN (CDC_FIRST_ENDPOINT+2) 39 #define INTERFACE_COUNT (MSC_INTERFACE + MSC_INTERFACE_COUNT) 41 #define CDC_RX CDC_ENDPOINT_OUT 42 #define CDC_TX CDC_ENDPOINT_IN 44 #define IMANUFACTURER 1
arduino_daq
Author(s):
autogenerated on Mon Jun 10 2019 12:46:03