added som documentation for other contributors
This commit is contained in:
parent
bfd8cfa7dd
commit
f423852657
2 changed files with 52 additions and 0 deletions
13
doc/resources.txt
Normal file
13
doc/resources.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
|
||||
16 bit Timer 1 and the TIMER1_COMPA interrupt is used by the 'stepper' module to handle step events
|
||||
|
||||
8 bit Timer 2 and the TIMER2_OVF interrupt is used by the 'stepper' module to reset the step pins
|
||||
after a step event
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue