From: Bernard Blackham Date: Sun, 10 Aug 2003 07:57:57 +0000 (+0000) Subject: motors header X-Git-Tag: ROMW~84 X-Git-Url: https://git.ucc.asn.au/?p=uccvend-snackrom.git;a=commitdiff_plain;h=05333de42083420af87bbd629e90956231dc963c motors header --- diff --git a/ROM2/motors.h b/ROM2/motors.h new file mode 100644 index 0000000..c38e908 --- /dev/null +++ b/ROM2/motors.h @@ -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_ */