GameBoy Advance Multiboot & RPC

Dependencies:   mbed-rpc mbed

Revision:
0:147f4cedc929
--- /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