|
@@ -48,7 +48,7 @@ ARDUINO_FUNCT_INIT_RESULT_T _Slave_Ports_LOCAL_init(
|
|
|
PortTypes_P2M_EXP_I2C | PortTypes_SERVO | PortTypes_SERVO_360 , //int PortTypes,
|
|
PortTypes_P2M_EXP_I2C | PortTypes_SERVO | PortTypes_SERVO_360 , //int PortTypes,
|
|
|
0x40 , //int Address,
|
|
0x40 , //int Address,
|
|
|
4 , //int LocalPort,
|
|
4 , //int LocalPort,
|
|
|
- Exp_state_OFF, //int Exp_state,
|
|
|
|
|
|
|
+ Exp_state_UNSET, //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,
|
|
|
I2C_port_DEFAULT, //int I2C_port,
|
|
I2C_port_DEFAULT, //int I2C_port,
|
|
@@ -67,7 +67,7 @@ ARDUINO_FUNCT_INIT_RESULT_T _Slave_Ports_LOCAL_init(
|
|
|
PortTypes_P2M_EXP_I2C | PortTypes_SERVO , //int PortTypes,
|
|
PortTypes_P2M_EXP_I2C | PortTypes_SERVO , //int PortTypes,
|
|
|
0x40 , //int Address,
|
|
0x40 , //int Address,
|
|
|
3 , //int LocalPort,
|
|
3 , //int LocalPort,
|
|
|
- Exp_state_BLINK, //int Exp_state,
|
|
|
|
|
|
|
+ Exp_state_UNSET, //Exp_state_BLINK, //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,
|
|
|
I2C_port_DEFAULT, //int I2C_port,
|
|
I2C_port_DEFAULT, //int I2C_port,
|