diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-03-26 10:11:46 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-03-26 10:11:46 -0400 |
commit | 34d94c9ea907e8724fc73a5ddc526a4be74cca7b (patch) | |
tree | a7df1bbd1010c59687dc7dbc3963776373e0043d /i2c.h | |
parent | fd54dc7b49c8e73c663ec1afe025991a6908ce79 (diff) |
use PCB 205A for CH2 delay, I2C address changes
Diffstat (limited to 'i2c.h')
-rw-r--r-- | i2c.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #include <glib.h> #define PCF8574 0x20 /* secondary I2C peripheral device */ -#define Second_PW_Port 0 /* PCF8574 at three-bit address 0 is for dual PW board (1021D) */ -#define Second_Dly_Port 1 /* PCF8574 at three-bit address 1 is for dual delay board (AVX-DD-A3-PS-TC) */ +#define Second_PW_Port 0 /* PCF8574 at three-bit address 0 is for dual PW or Delay board (PCB 205A) */ +#define Second_Dly_Port 1 /* PCF8574 at three-bit address 1 is for dual delay board (obsolete, was for AVX-DD-A3-PS-TC) */ #define To_Self_Cal_Port 2 /* PCF8574 at three-bit address 2 is for self-cal PCB 226A */ #define From_Self_Cal_Port 3 /* PCF8574 at three-bit address 3 is for self-cal PCB 226A */ |