lab eeprom

Dependencies:   eeprom mbed

Fork of Nucleo_eeprom by FRA221_2016

Revision:
7:8faeff100e3a
Parent:
5:eb65bd646089
--- a/main.cpp	Tue Oct 25 14:40:51 2016 +0000
+++ b/main.cpp	Sun Oct 29 16:05:01 2017 +0000
@@ -3,6 +3,7 @@
 #include "eeprom.h"
 
 EEPROM memory(I2C_SDA,I2C_SCL,0);
+//EEPROM abc(I2C_SDA,I2C_SCL,1);
 
 int main()
 {
@@ -10,6 +11,7 @@
     int8_t data_dummy='r';
     int8_t data[4];
     float x=0.0f,j=9785.26844;
+    
     int16_t y=0x3321,z;
 
     memory.write(1,(int8_t)data_dummy);