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.
Revision 4:daaadb8bc892, committed 2018-05-02
- 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 |
diff -r db08a3faa811 -r daaadb8bc892 HDC1050.cpp --- 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); }