.

Committer:
va009039
Date:
Fri Apr 08 06:47:00 2016 +0900
Revision:
1:dee9fae0c0c4
Parent:
0:dc2621bfc9ba
Child:
2:ecbff7f1e453
first commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
va009039 1:dee9fae0c0c4 1 // ROMSLOT.h 2016/4/6
va009039 1:dee9fae0c0c4 2 #include "mbed.h"
va009039 1:dee9fae0c0c4 3
va009039 1:dee9fae0c0c4 4 class ROMSLOT {
va009039 1:dee9fae0c0c4 5 public:
va009039 1:dee9fae0c0c4 6 static bool Write(uint32_t addr, const uint8_t* buf, uint32_t size);
va009039 1:dee9fae0c0c4 7 };