aboutsummaryrefslogtreecommitdiffstats
path: root/src/stepper.h
Commit message (Collapse)AuthorAgeFilesLines
* sched: Use uint_fast8_t for return type of timersKevin O'Connor2016-06-141-1/+1
| | | | | | | | Some architectures are faster passing regular integers than 8bit integers. Use uint_fast8_t so that the architecture chooses the appropriate type. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+14
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>