isClearToSend - VCSFA-MARS/TSLPB GitHub Wiki
Overview
Checks the NSL Serial Bus for the Clear To Send (CTS) signal.
bool TSLPB::isClearToSend()
Returns
This function returns true if the NSL Mothership is ready to receive data over the serial line.
Arguments
No arguments
Usage
if isClearToSend() {
pushDataToNSL(myData);
}