Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 479 Bytes

sscom

Simple Serial Communications. A simple Arduino code snippet meant to be used as a two way serial command system. Can be easily modified to drive simple Arduino functions from (a) serial monitor.

##Changelog 4/26/13 Version .01: inital commit. 4/27/13 Version .02: added support for submenus. 4/27/13 Version .03: added support for "global" commands.

##Todo Clean up some code, use more variables, and cleaner code examples to keep the mess of text to a minimum.