summaryrefslogtreecommitdiff
path: root/bus.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-07 10:21:34 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-07 10:21:34 -0400
commitb9264ec05328aae8f29e56d945f5168848b89737 (patch)
treece9a7f0d6d7c14e9e942fc891a660e859532d74b /bus.h
parent61990ae8b79aca30745eca02b44e63c377504176 (diff)
first attempt at adding Main_update_shift_registers
Diffstat (limited to 'bus.h')
-rw-r--r--bus.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bus.h b/bus.h
index e8bfa3a..7031e95 100644
--- a/bus.h
+++ b/bus.h
@@ -17,6 +17,12 @@
#define OUTPUT_RELAY 4 /* output enable/disable relay */
#define PW_ENABLE 5 /* TTL enable/disable output */
+// A5, A6 used to select chips
+#define Octal_DACportCS_low 0x00
+#define Octal_DACportCS_high 0x20
+#define TNT_Port 0x40
+
+
#define GPIOPIN0BASE 0
#define GPIOPIN1BASE 0
#define GPIOPIN2BASE 0