diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-07 10:21:34 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-07 10:21:34 -0400 |
commit | b9264ec05328aae8f29e56d945f5168848b89737 (patch) | |
tree | ce9a7f0d6d7c14e9e942fc891a660e859532d74b /bus.h | |
parent | 61990ae8b79aca30745eca02b44e63c377504176 (diff) |
first attempt at adding Main_update_shift_registers
Diffstat (limited to 'bus.h')
-rw-r--r-- | bus.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |