Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface HTTPServer RemoteIR SDFileSystem mbed-rpc mbed-rtos mbed
Fork of SmartRemote by
db.h
00001 #include "mbed.h" 00002 00003 void db_get_tuple(FILE *fread, char *id_str, char *name_str, char *code_str, char *bitlength, char *format); 00004 void db_print_all(FILE *fread); 00005 void db_insert_tuple(char *new_name, char *new_code, char *bitlength, char *format); 00006 void db_find_tuple(int id, char *name, char *code, char *bitlength, char *format);
Generated on Thu Jul 14 2022 16:46:55 by
1.7.2
