diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 10:15:36 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 10:15:36 -0400 |
commit | c116bc537041827e438cec9d49c5249c33f0377e (patch) | |
tree | b60d09aa46abcdfe3fa63a293d1fb4398c9f54a9 /bus.h | |
parent | 3764cf19983e58a471ac0359509ca81b60526ce3 (diff) |
fix attempt at full set of device functions
Diffstat (limited to 'bus.h')
-rw-r--r-- | bus.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ #include <stdint.h> +#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 |