Build system improvements.
This commit is contained in:
parent
792eae91c6
commit
e55dbe433b
8 changed files with 212 additions and 114 deletions
|
@ -98,3 +98,6 @@
|
|||
STEPPER_STEP(s,-(l),(l)), \
|
||||
STEPPER_STEP(s,-MIN((l),2),(l)), \
|
||||
STEPPER_STEP(s,-1,(l))}
|
||||
|
||||
#define STEPPER_ENABLE() (*AT91C_PIOA_SODR = STEPPER_INHIBIT)
|
||||
#define STEPPER_DISABLE() (*AT91C_PIOA_CODR = STEPPER_INHIBIT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue