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 driver_mbed_TH02 by
Revision 1:acf474af97a7, committed 2017-11-04
- Comitter:
- ubhat
- Date:
- Sat Nov 04 20:05:30 2017 +0000
- Parent:
- 0:89151affda00
- Commit message:
- Add grove temperaute+humidity sensor
Changed in this revision
driver_mbed_TH02.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/driver_mbed_TH02.cpp Wed Mar 29 03:09:54 2017 +0000 +++ b/driver_mbed_TH02.cpp Sat Nov 04 20:05:30 2017 +0000 @@ -41,7 +41,7 @@ #endif TH02_dev myTH02; -I2C i2cth02(PB_9, PB_8); +I2C i2cth02(D14, D15); /****************************************************************************/ /*** Local Variable ***/ /****************************************************************************/