synco_enable
Description
Specifies SYNCO signal status.
Syntax
Boolean synco_enable
Read
Gets current status of SYNCO signal.
Example
bool syncoStatus;
syncoStatus = dsm.synco_enable;
Write
Sets new SYNCO signal status.
Example
dsm.synco_enable = true;
Notes
The SYNCO signal should normally only be used to synchronize a Slave board. The SYNCO signal is always off when in Slave mode regardless of the synco_enable setting.