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.
Fork of SHTx by
Revision 2:6e39013b40dd, committed 2016-09-10
- Comitter:
- bobgiesberts
- Date:
- Sat Sep 10 12:45:09 2016 +0000
- Parent:
- 1:8465801be23f
- Commit message:
- Copied the bit bang-bit from this library and adapted to the I2C protocol of the LDC1614
Changed in this revision
i2c.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8465801be23f -r 6e39013b40dd i2c.cpp --- a/i2c.cpp Fri Nov 19 16:24:46 2010 +0000 +++ b/i2c.cpp Sat Sep 10 12:45:09 2016 +0000 @@ -45,9 +45,9 @@ this->scl(1); this->sda(0); this->scl(0); - this->scl(1); - this->sda(1); - this->scl(0); + // this->scl(1); + // this->sda(1); + // this->scl(0); } void