summaryrefslogtreecommitdiff
path: root/bus.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-24 10:15:36 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-24 10:15:36 -0400
commitc116bc537041827e438cec9d49c5249c33f0377e (patch)
treeb60d09aa46abcdfe3fa63a293d1fb4398c9f54a9 /bus.h
parent3764cf19983e58a471ac0359509ca81b60526ce3 (diff)
fix attempt at full set of device functions
Diffstat (limited to 'bus.h')
-rw-r--r--bus.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/bus.h b/bus.h
index d9ec330..e8bfa3a 100644
--- a/bus.h
+++ b/bus.h
@@ -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