* Implemented gcode parsing. No action yet.
* Added iImmediate version of commands.
* Analog I/O working - don't merge yet.
* Ready for review
* Fixing issues and mask variable size
* Changed STATUS_ defines to enum class Error
* Added license blocks to new files
* Suppress Compiling..Error.cpp build script output
The filters that look for errors in the output were
triggering on the filename Error.cpp
* Moved all files to the src folder
* Removed all cpp includes; fixed by including the header file where needed
* Fixed build scripts and machine.h
* Removed temp file. sigh.
Co-authored-by: Stefan de Bruijn <stefan@nubilosoft.com>