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.
Revision 1:9c35cd14067d, committed 2016-09-30
- Comitter:
- sgrsn
- Date:
- Fri Sep 30 12:33:59 2016 +0000
- Parent:
- 0:51438a7d7c37
- Commit message:
- SE1_9/30
Changed in this revision
| define.h | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/define.h Sat Sep 10 08:03:25 2016 +0000 +++ b/define.h Fri Sep 30 12:33:59 2016 +0000 @@ -28,7 +28,7 @@ #define MD12_addr 0x34 #define MD13_addr 0x36 #define MD14_addr 0x38 -#define MD15_addr 0x340 +#define MD15_addr 0x40 //SE : Sensor #define SE1_addr 0x90
--- a/main.cpp Sat Sep 10 08:03:25 2016 +0000
+++ b/main.cpp Fri Sep 30 12:33:59 2016 +0000
@@ -17,7 +17,7 @@
tic.attach(check, 0.1);
BusIn pins(dp1, dp6, dp9, dp14, dp17, dp24, dp18, dp2);
i2cslave myi2c(dp5, dp27, Registar);
- myi2c.address(SE1_addr);
+ myi2c.address(SE2_addr);
myi2c.frequency(1000000);
while(1)
{