Direct copy of the library, but apparently I made a change?
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 |
--- 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