summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/stepper.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-06 01:17:12 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-06 01:17:12 +0000
commit7ebd33cb40aa50f187d7eaa7e44ce3499a6a2a3b (patch)
treed767ba17ead755fefd0e68ffecdce2f7ed1e0dc7 /usb-i2c-sl018/stepper.h
parentadded open and close command (diff)
cleanup
git-svn-id: https://svn.spreadspace.org/avr/trunk@124 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/stepper.h')
-rw-r--r--usb-i2c-sl018/stepper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usb-i2c-sl018/stepper.h b/usb-i2c-sl018/stepper.h
index 8e85dde..233423a 100644
--- a/usb-i2c-sl018/stepper.h
+++ b/usb-i2c-sl018/stepper.h
@@ -26,9 +26,7 @@
typedef enum { dir_open = 0, dir_close = 1 } stepper_direction_t;
-//uint8_t handle_step(void);
void init_stepper(void);
uint8_t start_stepper(stepper_direction_t direction);
-//void stop_stepper(void);
#endif