smart remote team 2

Dependencies:   mbed HTTPServer RemoteIR mbed-rtos SDFileSystem EthernetInterface mbed-rpc

Revision:
3:a3b4d032f48f
Child:
10:da52ff0b93c0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/db.h	Mon Dec 02 20:21:10 2013 +0000
@@ -0,0 +1,6 @@
+#include "mbed.h"
+
+void db_get_tuple(FILE *fread, char *id_str, char *name_str, char *code_str);
+void db_print_all(FILE *fread);
+void db_insert_tuple(char *new_name, char *new_code);
+void db_find_tuple(FILE *fread, int id, char *name, char *code);