aboutsummaryrefslogtreecommitdiffstats
path: root/atmel_start.h
diff options
context:
space:
mode:
Diffstat (limited to 'atmel_start.h')
-rw-r--r--atmel_start.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/atmel_start.h b/atmel_start.h
new file mode 100644
index 0000000..953f947
--- /dev/null
+++ b/atmel_start.h
@@ -0,0 +1,19 @@
+#ifndef ATMEL_START_H_INCLUDED
+#define ATMEL_START_H_INCLUDED
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "driver_init.h"
+#include "usb_start.h"
+
+/**
+ * Initializes MCU, drivers and middleware in the project
+ **/
+void atmel_start_init(void);
+
+#ifdef __cplusplus
+}
+#endif
+#endif