summaryrefslogtreecommitdiff
path: root/tuer-rfid/limits.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-09-23 18:53:26 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-09-23 18:53:26 +0000
commitc7ec79e08096ca81b690de154adab9c25a78e47a (patch)
treeb6af57ff64c11906592c97a033b72e89d878d8e2 /tuer-rfid/limits.h
parentfixed \n\r to \r\n (diff)
fixed stepper stop
fixed limits git-svn-id: https://svn.spreadspace.org/avr/trunk@228 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'tuer-rfid/limits.h')
-rw-r--r--tuer-rfid/limits.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tuer-rfid/limits.h b/tuer-rfid/limits.h
index f1363ab..3b5eaa3 100644
--- a/tuer-rfid/limits.h
+++ b/tuer-rfid/limits.h
@@ -27,6 +27,7 @@
typedef enum { moving, open, close, both } limits_t;
void limits_init(void);
+void limits_task(void);
limits_t limits_get(void);
const char* limits_to_string(limits_t limits);