akkera 102
/
gba_rpc
GameBoy Advance Multiboot & RPC
Diff: main.h
- Revision:
- 0:147f4cedc929
diff -r 000000000000 -r 147f4cedc929 main.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.h Tue Dec 09 08:58:06 2014 +0000 @@ -0,0 +1,9 @@ +#ifndef MAIN_H +#define MAIN_H + +#include "mbed.h" + +bool IsReadVariable(const char* request); +void SystemError(char* str, uint32_t hex); + +#endif \ No newline at end of file