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