-
Couldn't load subscription status.
- Fork 7
echo()
CreateiveRobotics edited this page Mar 7, 2020
·
2 revisions
void echo(bool sState)Enable or disable character echoing. With echo enabled, any characters arriving on the input stream are sent back to the output stream.
Example:
echo(ON); //Switch on character echoing
echo(OFF); //Switch off character echoing