refactoring
This commit is contained in:
18
src/stepper.h
Normal file
18
src/stepper.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef STEPPER_H_
|
||||
#define STEPPER_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "main.h"
|
||||
#include "clock.h"
|
||||
|
||||
#define STEPS_PER_MINUTE 3
|
||||
#define STEPS_PER_HOUR 7
|
||||
|
||||
|
||||
|
||||
void stepperInit();
|
||||
void stepperEnable();
|
||||
void stepperEngine();
|
||||
|
||||
|
||||
#endif /* STEPPER_H_ */
|
Reference in New Issue
Block a user