Add list of TODOs for Snack ROM
[uccvend-snackrom.git] / TODO
1 TODO list for UCC Vend Snack ROM
2 --------------------------------
3
4 1/ Add debounceing on the keypad
5
6 Starting point keypad.c - keypad_read() Line 52
7
8
9 2/ Split VERSION information out into seperate file
10
11 Create version.h or similar
12 Version should be made of two parts
13
14 ALPHA-STRING [A-Z]*
15 DATE    ISO8601 format, no dashes eg 20040625
16
17 Example:
18         X 20040625
19
20 For virtual machines, alpha part shall be VIRTUAL
21
22 Modify main_basic.c as appropriate
23
24
25 3/ Add VERSION command to output version number of ROM
26
27 Send:
28
29 VERSION
30
31 Receive:
32
33 086 X 20040625
34
35
36

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