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.
Diff: ROMSLOT.h
- 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);
+};