Add macros for delays by machine cycle
This commit is contained in:
parent
4ea447959e
commit
e02a5a6371
3 changed files with 41 additions and 8 deletions
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
// Say which 16 bit timers can be used and in what order
|
||||
#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)
|
||||
//#define _useTimer1
|
||||
//#define _useTimer1 // Timer 1 is used by the stepper ISR
|
||||
#define _useTimer3
|
||||
#define _useTimer4
|
||||
#if !HAS_MOTOR_CURRENT_PWM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue