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 AvnetATT_shape_hackathon by
Diff: hts221_driver.cpp
- Revision:
- 1:af7a42f7d465
- Parent:
- 0:9d5134074d84
- Child:
- 11:e6602513730f
diff -r 9d5134074d84 -r af7a42f7d465 hts221_driver.cpp
--- a/hts221_driver.cpp Fri Jul 08 23:52:38 2016 +0000
+++ b/hts221_driver.cpp Sat Jul 09 00:45:53 2016 +0000
@@ -32,12 +32,12 @@
//jmf end
// ------------------------------------------------------------------------------
-static inline int humidityReady(uint8_t data) {
- return (data & 0x02);
-}
-static inline int temperatureReady(uint8_t data) {
- return (data & 0x01);
-}
+//static inline int humidityReady(uint8_t data) {
+// return (data & 0x02);
+//}
+//static inline int temperatureReady(uint8_t data) {
+// return (data & 0x01);
+//}
HTS221::HTS221(void) : _address(HTS221_ADDRESS)
