initial commit
commite0e2916b9bed8a5422dfd83a1e9876330e042b5f
authorAndrej Podhajsky <andrej_podhajsky@tempest.sk>
Wed, 2 Feb 2011 10:32:35 +0000 (2 11:32 +0100)
committerAndrej Podhajsky <andrej_podhajsky@tempest.sk>
Wed, 2 Feb 2011 10:32:35 +0000 (2 11:32 +0100)
treecafdaf91f29949c8d0a47f95480f268d7e58113b
initial commit
18 files changed:
.gitignore [new file with mode: 0644]
a2i.c [new file with mode: 0644]
asdevice/device.c [new file with mode: 0755]
asdevice/device.h [new file with mode: 0755]
asdevice/devicetypes.h [new file with mode: 0644]
asdevice/global.h [new file with mode: 0755]
asdevice/keypad.c [new file with mode: 0755]
asdevice/keypad.h [new file with mode: 0755]
asdevice/keypadconfig.h [new file with mode: 0755]
asdevice/lcdconf.h [new file with mode: 0755]
asdevice/makefile [new file with mode: 0755]
asdevice/portoperations.h [new file with mode: 0755]
asdevice/screen.c [new file with mode: 0644]
asdevice/screen.h [new file with mode: 0644]
asdevice/tags [new file with mode: 0755]
pointertest.c [new file with mode: 0644]
randomgen.c [new file with mode: 0644]
test.c [new file with mode: 0644]