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: 4012Code PWM SBra_Programme_Mbed
Revision 1:768491b5e55d, committed 2016-05-25
- 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 |
--- 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()
* {