aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd/asf4/samd51/usb_start.h
diff options
context:
space:
mode:
Diffstat (limited to 'atmel-samd/asf4/samd51/usb_start.h')
-rw-r--r--atmel-samd/asf4/samd51/usb_start.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/atmel-samd/asf4/samd51/usb_start.h b/atmel-samd/asf4/samd51/usb_start.h
new file mode 100644
index 000000000..9695f7ed7
--- /dev/null
+++ b/atmel-samd/asf4/samd51/usb_start.h
@@ -0,0 +1,33 @@
+/*
+ * Code generated from Atmel Start.
+ *
+ * This file will be overwritten when reconfiguring your Atmel Start project.
+ * Please copy examples or other code you want to keep to a separate file or main.c
+ * to avoid loosing it when reconfiguring.
+ */
+#ifndef USB_DEVICE_MAIN_H
+#define USB_DEVICE_MAIN_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+
+#include "cdcdf_acm.h"
+#include "hiddf_mouse.h"
+#include "hiddf_keyboard.h"
+#include "hiddf_generic.h"
+#include "composite_desc.h"
+
+void composite_device_init(void);
+void composite_device_example(void);
+
+/**
+ * \berif Initialize USB
+ */
+void usb_init(void);
+
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+#endif // USB_DEVICE_MAIN_H