aboutsummaryrefslogtreecommitdiffstats
path: root/src/stepper.h
blob: db29eed0873e4fe2593a1ba7ed2e4e3bc9535536 (plain)
1
2
3
4
5
6
7
8
#ifndef __STEPPER_H
#define __STEPPER_H

#include <stdint.h> // uint8_t

uint_fast8_t stepper_event(struct timer *t);

#endif // stepper.h