Add list of TODOs for Snack ROM
authorMark Tearle <[email protected]>
Sun, 30 Nov 2014 09:00:09 +0000 (17:00 +0800)
committerMark Tearle <[email protected]>
Sun, 30 Nov 2014 09:00:09 +0000 (17:00 +0800)
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..386afb8
--- /dev/null
+++ b/TODO
@@ -0,0 +1,36 @@
+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 two parts
+
+ALPHA-STRING [A-Z]*
+DATE   ISO8601 format, no dashes eg 20040625
+
+Example:
+       X 20040625
+
+For virtual machines, alpha part shall be VIRTUAL
+
+Modify main_basic.c as appropriate
+
+
+3/ Add VERSION command to output version number of ROM
+
+Send:
+
+VERSION
+
+Receive:
+
+086 X 20040625
+
+
+

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