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: Seed_Barometer_Sensor_custom_I2C_lib
Revision 1:6e73259cca6e, committed 2014-10-22
- Comitter:
- jaerts
- Date:
- Wed Oct 22 10:32:42 2014 +0000
- Parent:
- 0:3d97d631d8dd
- Child:
- 2:9d9fc94594e3
- Commit message:
- Updated example code
Changed in this revision
| I2CX.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/I2CX.h Wed Oct 22 10:25:32 2014 +0000
+++ b/I2CX.h Wed Oct 22 10:32:42 2014 +0000
@@ -32,7 +32,7 @@
*
* #include "mbed.h"
*
- * I2C i2c(p28, p27);
+ * I2C i2c(I2C_0, p28, p27);
*
* int main() {
* int address = 0x62;