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.
Dependents: FreeIMU FreeIMU_external_magnetometer FreeIMU
Fork of ms5611 by
Revision 10:7802dc3ef0a0, committed 2018-04-18
- Comitter:
- tyftyftyf
- Date:
- Wed Apr 18 20:24:20 2018 +0000
- Parent:
- 9:9f1d38b8d7c3
- Commit message:
- change to I2C 1
Changed in this revision
| MS561101BA.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MS561101BA.cpp Wed Mar 07 04:13:14 2018 +0000
+++ b/MS561101BA.cpp Wed Apr 18 20:24:20 2018 +0000
@@ -29,8 +29,8 @@
#include "MS561101BA.h"
#ifndef I2C_SDA
- #define I2C_SDA p28
- #define I2C_SCL p27
+ #define I2C_SDA p9
+ #define I2C_SCL p10
#endif
MS561101BA::MS561101BA() : i2c(I2C_SDA,I2C_SCL), _thread(), sem(0){
