Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stepper.h « src - github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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