EEPROM test

Dependencies:   mbed EEPROM_lib

Revision:
1:dddddafe7cde
Parent:
0:7b9806067298
Child:
4:b886fe26f396
--- a/main.cpp	Sat May 22 15:48:03 2021 +0000
+++ b/main.cpp	Sat May 22 15:57:03 2021 +0000
@@ -6,6 +6,8 @@
 
 EEPROM_lib EEPROM(i2c_bus, 1);
 
+// ビッグエンディアン/リトルエンディアンに注意!
+
 int main(){
     //////////////////////////////////////////write
     /*