diff options
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 |