motors header
[uccvend-snackrom.git] / ROM2 / motors.h
1 #ifndef _MOTORS_H_
2 #define _MOTORS_H_
3
4 bool is_motor(u8 slot);
5 u8 dispense_motor(u8 slot);
6 bool scan_motors();
7
8 #endif /* _MOTORS_H_ */

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