Norimasa Okamoto / ROMSLOT
Revision:
1:dee9fae0c0c4
Parent:
0:dc2621bfc9ba
Child:
2:ecbff7f1e453
diff -r dc2621bfc9ba -r dee9fae0c0c4 ROMSLOT.h
--- a/ROMSLOT.h	Thu Apr 07 21:20:59 2016 +0000
+++ b/ROMSLOT.h	Fri Apr 08 06:47:00 2016 +0900
@@ -0,0 +1,7 @@
+// ROMSLOT.h 2016/4/6
+#include "mbed.h"
+
+class ROMSLOT {
+public:
+    static bool Write(uint32_t addr, const uint8_t* buf, uint32_t size);
+};