|
@@ -25,9 +25,9 @@ ARDUINO_FUNCT_INIT_RESULT_T _Slave_Ports_LOCAL_init(
|
|
|
Slave_Ports_Status_T_ARDUINO_ARRAY_ASSOC_TABLE_S_Port_ID_A,
|
|
Slave_Ports_Status_T_ARDUINO_ARRAY_ASSOC_TABLE_S_Port_ID_A,
|
|
|
1, // int Port_ID,
|
|
1, // int Port_ID,
|
|
|
Active_ControllerID_HEX , //int _Slave_ID,
|
|
Active_ControllerID_HEX , //int _Slave_ID,
|
|
|
- PortTypes_PWM_EXP_I2C , //int PortTypes,
|
|
|
|
|
|
|
+ PortTypes_PWM_EXP_I2C, //int PortTypes,
|
|
|
0x40 , //int Address,
|
|
0x40 , //int Address,
|
|
|
- 1 , //int LocalPort,
|
|
|
|
|
|
|
+ 0 , //int LocalPort,
|
|
|
Exp_state_OFF, //int Exp_state,
|
|
Exp_state_OFF, //int Exp_state,
|
|
|
Exp_state_ttl_TO_REFRESH, //int Exp_state_ttl,
|
|
Exp_state_ttl_TO_REFRESH, //int Exp_state_ttl,
|
|
|
Broadcast_state_TO_REFRESH, //int Broadcast_state,
|
|
Broadcast_state_TO_REFRESH, //int Broadcast_state,
|
|
@@ -45,9 +45,9 @@ ARDUINO_FUNCT_INIT_RESULT_T _Slave_Ports_LOCAL_init(
|
|
|
Slave_Ports_Status_T_ARDUINO_ARRAY_ASSOC_TABLE_S_Port_ID_A,
|
|
Slave_Ports_Status_T_ARDUINO_ARRAY_ASSOC_TABLE_S_Port_ID_A,
|
|
|
2, // int Port_ID,
|
|
2, // int Port_ID,
|
|
|
Active_ControllerID_HEX , //int _Slave_ID,
|
|
Active_ControllerID_HEX , //int _Slave_ID,
|
|
|
- PortTypes_PWM_EXP_I2C ,// | PortTypes_SERVO //int PortTypes,
|
|
|
|
|
|
|
+ PortTypes_PWM_EXP_I2C | PortTypes_SERVO ,// | PortTypes_SERVO //int PortTypes,
|
|
|
0x40 , //int Address,
|
|
0x40 , //int Address,
|
|
|
- 2 , //int LocalPort,
|
|
|
|
|
|
|
+ 1 , //int LocalPort,
|
|
|
Exp_state_OFF, //int Exp_state,
|
|
Exp_state_OFF, //int Exp_state,
|
|
|
Exp_state_ttl_TO_REFRESH , //Exp_state_ttl_TO_REFRESH, //int Exp_state_ttl,
|
|
Exp_state_ttl_TO_REFRESH , //Exp_state_ttl_TO_REFRESH, //int Exp_state_ttl,
|
|
|
Broadcast_state_FULL_FRESH, //Broadcast_state_TO_REFRESH, //int Broadcast_state,
|
|
Broadcast_state_FULL_FRESH, //Broadcast_state_TO_REFRESH, //int Broadcast_state,
|