A smart remote using the sparkfun IR transmitter and receiver. The program also uses a web server to show the buttons on a mobile platform.

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

Fork of SmartRemoteClean by Sarvagya Vaish

Committer:
sammacjunkie
Date:
Tue Dec 03 14:43:51 2013 +0000
Revision:
9:47c413188c0d
Parent:
3:a3b4d032f48f
Child:
10:da52ff0b93c0
updated RCP variables for string passthru

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sarvagyavaish 3:a3b4d032f48f 1 #include "mbed.h"
sarvagyavaish 3:a3b4d032f48f 2
sarvagyavaish 3:a3b4d032f48f 3 void db_get_tuple(FILE *fread, char *id_str, char *name_str, char *code_str);
sarvagyavaish 3:a3b4d032f48f 4 void db_print_all(FILE *fread);
sarvagyavaish 3:a3b4d032f48f 5 void db_insert_tuple(char *new_name, char *new_code);
sarvagyavaish 3:a3b4d032f48f 6 void db_find_tuple(FILE *fread, int id, char *name, char *code);