I have the following:
typedef enum {cntrl, status, fault, minPower, maxADIN,
powerThreshold} td_i2cRegisters;
unsigned char i2cReadRegister (td_i2cRegi..