aboutsummaryrefslogtreecommitdiff
path: root/usb_cdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb_cdc.h')
-rw-r--r--usb_cdc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/usb_cdc.h b/usb_cdc.h
new file mode 100644
index 0000000..17bd2cf
--- /dev/null
+++ b/usb_cdc.h
@@ -0,0 +1,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_ */