Joris Aerts / I2CX

Dependents:   Seed_Barometer_Sensor_custom_I2C_lib

Files at this revision

API Documentation at this revision

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;