1 2 3 4 5 6 7 8 9 10
#include <stdio.h> #include <avr/io.h> #ifndef _IOE_USB_CDC_H_ #define _IOE_USB_CDC_H_ void ioe_usb_cdc_init(void); #endif /* _IOE_USB_CDC_H_ */