aboutsummaryrefslogtreecommitdiffstats
path: root/fw/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/init.h')
-rw-r--r--fw/init.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/fw/init.h b/fw/init.h
new file mode 100644
index 0000000..0dc8dc3
--- /dev/null
+++ b/fw/init.h
@@ -0,0 +1,11 @@
+/* Device: PIC16F1459
+ * Compiler: XC8 v3.00
+ *
+ * Usage:
+ *
+ * #include <xc8.h>
+ * #include "init.h"
+ */
+
+void clockInit(void);
+void pinsInit(void);