General cleanup HAL timers
This commit is contained in:
parent
69d49a2438
commit
b8bc965414
5 changed files with 30 additions and 30 deletions
|
|
@ -44,8 +44,7 @@
|
|||
#define _O3 __attribute__((optimize("O3")))
|
||||
|
||||
// Clock speed factors
|
||||
#define CYCLES_PER_MICROSECOND (F_CPU / 1000000L) // 16 or 20
|
||||
#define INT0_PRESCALER 8
|
||||
#define CYCLES_PER_MICROSECOND (F_CPU / 1000000L) // 16 or 20 on AVR
|
||||
|
||||
// Highly granular delays for step pulses, etc.
|
||||
#define DELAY_0_NOP NOOP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue