motors header
authorBernard Blackham <[email protected]>
Sun, 10 Aug 2003 07:57:57 +0000 (07:57 +0000)
committerBernard Blackham <[email protected]>
Sun, 10 Aug 2003 07:57:57 +0000 (07:57 +0000)
ROM2/motors.h [new file with mode: 0644]

diff --git a/ROM2/motors.h b/ROM2/motors.h
new file mode 100644 (file)
index 0000000..c38e908
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _MOTORS_H_
+#define _MOTORS_H_
+
+bool is_motor(u8 slot);
+u8 dispense_motor(u8 slot);
+bool scan_motors();
+
+#endif /* _MOTORS_H_ */

UCC git Repository :: git.ucc.asn.au