From c116bc537041827e438cec9d49c5249c33f0377e Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Fri, 24 Aug 2012 10:15:36 -0400 Subject: fix attempt at full set of device functions --- bus.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bus.h') diff --git a/bus.h b/bus.h index d9ec330..e8bfa3a 100644 --- a/bus.h +++ b/bus.h @@ -10,6 +10,13 @@ #include +#define out_DATA_LINE 0 /* out data signaled on 0 output of decoder */ +#define out_CLOCK_LINE 1 /* out clock signaled on 1 output of decoder */ +#define out_STROBE_LINE 2 /* out latch strobe on 2 output of decoder */ +#define O_GATE 3 /* gates output */ +#define OUTPUT_RELAY 4 /* output enable/disable relay */ +#define PW_ENABLE 5 /* TTL enable/disable output */ + #define GPIOPIN0BASE 0 #define GPIOPIN1BASE 0 #define GPIOPIN2BASE 0 -- cgit