Direct copy of the library, but apparently I made a change?

Fork of SHTx by Roy van Dam

Files at this revision

API Documentation at this revision

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