cleaned up serial completing support for non blocking tx and refactoring formatting functions into a new module 'print'
This commit is contained in:
@ -3,7 +3,7 @@ Allocation of AVR peripherals in Grbl
|
||||
|
||||
See config.h for pin allocation.
|
||||
|
||||
The UART is handled by 'wiring_serial' and used primarily for streaming gcode
|
||||
The UART is handled by 'serial' and used primarily for streaming gcode
|
||||
|
||||
16 bit Timer 1 and the TIMER1_COMPA interrupt is used by the 'stepper' module to handle step events
|
||||
|
||||
|
@ -36,4 +36,6 @@ Supporting files:
|
||||
|
||||
'nuts_bolts.h' : A tiny collection of useful constants and macros used everywhere
|
||||
|
||||
'serial' : Low level serial communications
|
||||
'serial' : Low level serial communications
|
||||
|
||||
'print' : Functions to print strings of different formats (using serial)
|
Reference in New Issue
Block a user