Logo
Explore Help
Register Sign In
Druk-3D/klipper
1
0
Fork 0
You've already forked klipper
mirror of https://github.com/Klipper3d/klipper.git synced 2025-12-16 13:19:56 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
e7ba14033747c55dce76192c1399498b1f26c842
klipper/src/stepper.h

9 lines
139 B
C
Raw Normal View History

Initial commit of source code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-05-25 11:37:40 -04:00
#ifndef __STEPPER_H
#define __STEPPER_H
#include <stdint.h> // uint8_t
sched: Use uint_fast8_t for return type of timers 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>
2016-06-08 21:33:50 -04:00
uint_fast8_t stepper_event(struct timer *t);
Initial commit of source code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-05-25 11:37:40 -04:00
#endif // stepper.h
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 129ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API