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:
- 10:374723606fc9
- Parent:
- 9:70102b54bfcd
- Child:
- 11:8d8c3e003153
--- a/main.cpp Tue Nov 06 06:55:38 2018 +0000
+++ b/main.cpp Tue Nov 06 07:13:07 2018 +0000
@@ -2,8 +2,7 @@
#include "mbed.h"
#include "eeprom.h"
-EEPROM memory(I2C_SDA,I2C_SCL,0);
-//EEPROM abc(I2C_SDA,I2C_SCL,1);
+EEPROM memory(PB_9,PB_8,0);
int main()
{