HDC1050 Library

Files at this revision

API Documentation at this revision

Comitter:
zebrin1422
Date:
Wed May 02 18:12:07 2018 +0000
Parent:
1:db08a3faa811
Commit message:
HDC1050 library

Changed in this revision

HDC1050.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HDC1050.cpp	Tue Jul 11 05:17:33 2017 +0000
+++ b/HDC1050.cpp	Wed May 02 18:12:07 2018 +0000
@@ -3,7 +3,7 @@
 
 //Serial pc(USBTX, USBRX); //tx, rx
 
-myHDC1050::myHDC1050(I2C &i2cBus){
+myHDC1050 :: myHDC1050(I2C &i2cBus){
     i2c = &i2cBus;
     i2c->frequency(400000);
 }