An NQC library to enable a LEGO RCX to send commands to another RCX running the LDCC firmware.
For more info on LDCC, please visit the LDCC project under the BrickBot org.
Public (non-internal) method commands include the following:
Initialize LDCC Communication
Set the power state to either on (LDCC_STATE_ON
) or off (LDCC_STATE_OFF
)
Force an emergency stop
Set the specified locomotive to the specified speed
Set the specified function on the specified locomotive to the specified state of either on (LDCC_STATE_ON
) or off (LDCC_STATE_OFF
)
Set the accessory at the specified address to the specified state of either on (LDCC_STATE_ON
) or off (LDCC_STATE_OFF
)