TODO list for UCC Vend Snack ROM -------------------------------- 1/ Add debounceing on the keypad Starting point keypad.c - keypad_read() Line 52 2/ Split VERSION information out into seperate file Create version.h or similar Version should be made of three parts ALPHA-STRING [A-Z]* GIT-TAG string DATE ISO8601 format, no dashes eg 20040625 Example: ROM ROMX 20040625 For virtual machines, alpha part shall be VIRTUAL For real machines, alpha part shall be ROM Modify main_basic.c as appropriate Partially done. git tag -a ROMY git push --tags git describe --long 3/ Add VERSION command to output version number of ROM Send: VERSION Receive: 086 X 20040625 4/ Fix periods on VFD display Existing bug with the VFD display on the Snack Machine For example, to display "WORD." needs to be transmitted to the machine as "WOR.D"