aboutsummaryrefslogtreecommitdiffstats
path: root/fw/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/sys.h')
-rw-r--r--fw/sys.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fw/sys.h b/fw/sys.h
new file mode 100644
index 0000000..8a71edb
--- /dev/null
+++ b/fw/sys.h
@@ -0,0 +1,9 @@
+/* Device: PIC16F1459
+ * Compiler: XC8 v3.00
+ */
+
+// TRIS
+enum {
+ OUT = 0,
+ IN = 1,
+};