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 Sht31 by
Revision 3:97593ea1eff5, committed 2017-08-22
- Comitter:
- sonson
- Date:
- Tue Aug 22 02:44:41 2017 +0000
- Parent:
- 2:6881f251be5e
- Commit message:
- TY51822r3????
Changed in this revision
| DS2482.lib | Show diff for this revision Revisions of this file |
| Sht31.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DS2482.lib Wed Aug 09 06:01:09 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://mbed.org/users/rs27/code/DS2482/#d94037eb31ed
--- a/Sht31.cpp Wed Aug 09 06:01:09 2017 +0000
+++ b/Sht31.cpp Tue Aug 22 02:44:41 2017 +0000
@@ -18,7 +18,7 @@
#include "mbed.h"
Sht31::Sht31(PinName sda, PinName scl) : _i2c(sda, scl) {
- _i2caddr = 0x44;
+ _i2caddr = 0x44*2;
printf("\r\n");
reset();
readStatus();
@@ -67,7 +67,8 @@
bool Sht31::readTempHum(void) {
char readbuffer[6];
- writeCommand(SHT31_MEAS_HIGHREP);
+// writeCommand(SHT31_MEAS_HIGHREP);
+ writeCommand(0x2721);
wait_ms(500);
_i2c.start();
