summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/stepper.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2013-02-06 22:32:41 +0000
committerOthmar Gsenger <otti@wirdorange.org>2013-02-06 22:32:41 +0000
commitd76a85d884908c8ca0c50046e5479d6d6dfa9911 (patch)
tree093a6e7e63f05edbcd7bd3e46e7bb49b81257a08 /usb-i2c-sl018/stepper.h
parentadded support for addition clean targets (diff)
added statemachine
git-svn-id: https://svn.spreadspace.org/avr/trunk@140 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/stepper.h')
-rw-r--r--usb-i2c-sl018/stepper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-i2c-sl018/stepper.h b/usb-i2c-sl018/stepper.h
index 233423a..531bf9e 100644
--- a/usb-i2c-sl018/stepper.h
+++ b/usb-i2c-sl018/stepper.h
@@ -23,7 +23,7 @@
#ifndef R3TUER_stepper_h_INCLUDED
#define R3TUER_stepper_h_INCLUDED
-
+#include <stdint.h>
typedef enum { dir_open = 0, dir_close = 1 } stepper_direction_t;
void init_stepper(void);