Structure
Structure
=============================
'serial_protocol' : Accepts command lines from the serial port and passes them to
'gcode' for execution.
Provides status responses for each command.
'motion_control' : Accepts motion commands from 'gcode' and passes them to the
'planner'. This module
represents the public interface of the planner/stepper duo.
Supporting files:
'settings' : Maintains the run time settings record in eeprom and makes it
availible
to all modules.
'eeprom' : A library from Atmel that provides methods for reading and
writing the eeprom with
a small addition from us that read and write binary streams
with check sums used
to verify validity of the settings record.
'wiring_serial' : Low level serial library initially from an old version of the
Arduino software