TCA9548A 8 channel I2C switch with reset

Dependents:   4012Code PWM SBra_Programme_Mbed

Files at this revision

API Documentation at this revision

Comitter:
akashvibhute
Date:
Wed May 25 05:20:24 2016 +0000
Parent:
0:5bd73cede544
Commit message:
fixed typo in example code

Changed in this revision

tca9548a.h Show annotated file Show diff for this revision Revisions of this file
diff -r 5bd73cede544 -r 768491b5e55d tca9548a.h
--- a/tca9548a.h	Tue May 24 06:07:37 2016 +0000
+++ b/tca9548a.h	Wed May 25 05:20:24 2016 +0000
@@ -54,7 +54,7 @@
  *  #include "LM75B.h"
  *  #include "TCA9548A.h"
  *  
- *  TCA9546A i2c_sw(I2C_SDA, I2C_SCL); //default address 0x70 applied
+ *  TCA9548A i2c_sw(I2C_SDA, I2C_SCL); //default address 0x70 applied
  *  
  *  int main()
  *  {