Arduino Sketch:
- Found out that the write command need an array of type uint8_t. For some reason this isn’t labeled in the documentation.
- Changed the basic structure to have the appropriate preProcess(), decisionProcess(), postProcess()
- Changed it so loop doesn’t start unless initialized is true.
- add sendData and recieveData methods that work with the command, response, output structs
