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.
Fork of Nucleo_eeprom by
Revision 7:8faeff100e3a, committed 2017-10-29
- Comitter:
- soulx
- Date:
- Sun Oct 29 16:05:01 2017 +0000
- Parent:
- 6:60154f6cea2d
- Commit message:
- update mbed
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
--- a/mbed.bld Tue Oct 25 14:40:51 2016 +0000 +++ b/mbed.bld Sun Oct 29 16:05:01 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/fb8e0ae1cceb \ No newline at end of file
