|
|
@@ -49,7 +49,7 @@ ARDUINO_FUNCT_INIT_RESULT_T _Slave_Ports_LOCAL_init(
|
|
|
0x40 , //int Address,
|
|
|
2 , //int LocalPort,
|
|
|
Exp_state_OFF, //int Exp_state,
|
|
|
- Broadcast_state_FULL_FRESH , //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,
|
|
|
I2C_port_DEFAULT, //int I2C_port,
|
|
|
I2C_driver_Adafruit_PWMServoDriver ,//int I2C_driver
|
|
|
@@ -63,11 +63,11 @@ ARDUINO_FUNCT_INIT_RESULT_T _Slave_Ports_LOCAL_init(
|
|
|
Slave_Ports_Status_T_ARDUINO_ARRAY_INDEX_T_TO_DELETE_A,
|
|
|
Slave_Ports_Status_T_ARDUINO_ARRAY_ASSOC_TABLE_S_Port_ID_A,
|
|
|
3, // int Port_ID,
|
|
|
- Active_ControllerID , //int _Slave_ID,
|
|
|
- PortTypes_P2M_EXP_I2C , //int PortTypes,
|
|
|
+ Active_ControllerID_HEX , //int _Slave_ID,
|
|
|
+ PortTypes_PWM_EXP_I2C , //int PortTypes,
|
|
|
0x40 , //int Address,
|
|
|
3 , //int LocalPort,
|
|
|
- Exp_state_BLINK, //int Exp_state,
|
|
|
+ Exp_state_OFF, //Exp_state_BLINK, //int Exp_state,
|
|
|
Exp_state_ttl_TO_REFRESH, //int Exp_state_ttl,
|
|
|
Broadcast_state_TO_REFRESH, //int Broadcast_state,
|
|
|
I2C_port_DEFAULT, //int I2C_port,
|