Dependencies:   mbed lwip

Committer:
chris
Date:
Sat Sep 19 00:47:41 2009 +0000
Revision:
0:cf26091e3c21
Child:
1:3a52abf35e4f

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
chris 0:cf26091e3c21 1 #include "Objects.h"
chris 0:cf26091e3c21 2
chris 0:cf26091e3c21 3 /*
chris 0:cf26091e3c21 4 * This project uses an RFID tag reader and the USB interface as a HID keyboard
chris 0:cf26091e3c21 5 * When an RFID tag is presented to the reader, it is "typed" to the host
chris 0:cf26091e3c21 6 */
chris 0:cf26091e3c21 7
chris 0:cf26091e3c21 8 int main() {
chris 0:cf26091e3c21 9
chris 0:cf26091e3c21 10
chris 0:cf26091e3c21 11
chris 0:cf26091e3c21 12
chris 0:cf26091e3c21 13 }
chris 0:cf26091e3c21 14
chris 0:cf26091e3c21 15