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: main.cpp
- Revision:
- 7:8faeff100e3a
- Parent:
- 5:eb65bd646089
- Child:
- 8:1628d2c67f5e
diff -r 60154f6cea2d -r 8faeff100e3a main.cpp
--- 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);