Task to Complete
So what does the code need to be able to do?
Look to see if there is any data coming in on the serial buffer.
Read the data from the serial buffer.
Determine what the messages says.
Perform and action or function based on the command from the message.
Turn the commanded relay on our off.
The following sections will work through each step.
Last updated