aboutsummaryrefslogtreecommitdiffstats
path: root/sw/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'sw/sys.h')
-rw-r--r--sw/sys.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/sys.h b/sw/sys.h
new file mode 100644
index 0000000..1d54039
--- /dev/null
+++ b/sw/sys.h
@@ -0,0 +1,5 @@
+// TRIS
+enum {
+ OUT = 0,
+ IN = 1,
+};