diff --git a/doc/html/driver__sht31__basic_8h.html b/doc/html/driver__sht31__basic_8h.html index 39a8c8c..c2bcef6 100644 --- a/doc/html/driver__sht31__basic_8h.html +++ b/doc/html/driver__sht31__basic_8h.html @@ -105,7 +105,7 @@
diff --git a/doc/html/driver__sht31__basic_8h_source.html b/doc/html/driver__sht31__basic_8h_source.html
index b9f2e87..bde4c99 100644
--- a/doc/html/driver__sht31__basic_8h_source.html
+++ b/doc/html/driver__sht31__basic_8h_source.html
@@ -100,7 +100,7 @@
-
+
diff --git a/doc/html/driver__sht31__shot_8h.html b/doc/html/driver__sht31__shot_8h.html
index 7afdbc7..b44f53f 100644
--- a/doc/html/driver__sht31__shot_8h.html
+++ b/doc/html/driver__sht31__shot_8h.html
@@ -105,7 +105,7 @@
| #define | SHT31_SHOT_DEFAULT_REPEATABILITY SHT31_REPEATABILITY_HIGH | #define | SHT31_SHOT_DEFAULT_HEATER SHT31_BOOL_FALSE | | |
diff --git a/doc/html/driver__sht31__shot_8h_source.html b/doc/html/driver__sht31__shot_8h_source.html
index f230329..6e8f002 100644
--- a/doc/html/driver__sht31__shot_8h_source.html
+++ b/doc/html/driver__sht31__shot_8h_source.html
@@ -100,7 +100,7 @@
-
+
diff --git a/doc/html/group__sht31__example__driver.html b/doc/html/group__sht31__example__driver.html
index 5a1b0aa..a741b21 100644
--- a/doc/html/group__sht31__example__driver.html
+++ b/doc/html/group__sht31__example__driver.html
@@ -102,14 +102,14 @@
| #define | SHT31_BASIC_DEFAULT_REPEATABILITY SHT31_REPEATABILITY_HIGH | #define | SHT31_BASIC_DEFAULT_HEATER SHT31_BOOL_FALSE | | #define | SHT31_SHOT_DEFAULT_CLOCK_STRETCHING SHT31_BOOL_TRUE | | sht31 shot example default definition More... | | #define | SHT31_SHOT_DEFAULT_REPEATABILITY SHT31_REPEATABILITY_HIGH | #define | SHT31_SHOT_DEFAULT_HEATER SHT31_BOOL_FALSE | | |
@@ -143,11 +143,11 @@
- enable heater +disable heater Definition at line 59 of file driver_sht31_basic.h. @@ -215,11 +215,11 @@
#define SHT31_SHOT_DEFAULT_HEATER SHT31_BOOL_TRUE |
+ #define SHT31_SHOT_DEFAULT_HEATER SHT31_BOOL_FALSE |
- enable heater +disable heater Definition at line 57 of file driver_sht31_shot.h. diff --git a/example/driver_sht31_basic.h b/example/driver_sht31_basic.h index 5d03138..a2d2f1b 100644 --- a/example/driver_sht31_basic.h +++ b/example/driver_sht31_basic.h @@ -56,7 +56,7 @@ extern "C"{ */ #define SHT31_BASIC_DEFAULT_RATE SHT31_RATE_10HZ /**< rate 100Hz */ #define SHT31_BASIC_DEFAULT_REPEATABILITY SHT31_REPEATABILITY_HIGH /**< set high */ -#define SHT31_BASIC_DEFAULT_HEATER SHT31_BOOL_TRUE /**< enable heater */ +#define SHT31_BASIC_DEFAULT_HEATER SHT31_BOOL_FALSE /**< disable heater */ /** * @brief basic example init diff --git a/example/driver_sht31_shot.h b/example/driver_sht31_shot.h index de6df3d..3f6a1cf 100644 --- a/example/driver_sht31_shot.h +++ b/example/driver_sht31_shot.h @@ -54,7 +54,7 @@ extern "C"{ */ #define SHT31_SHOT_DEFAULT_CLOCK_STRETCHING SHT31_BOOL_TRUE /**< enable clock stretching */ #define SHT31_SHOT_DEFAULT_REPEATABILITY SHT31_REPEATABILITY_HIGH /**< set high */ -#define SHT31_SHOT_DEFAULT_HEATER SHT31_BOOL_TRUE /**< enable heater */ +#define SHT31_SHOT_DEFAULT_HEATER SHT31_BOOL_FALSE /**< disable heater */ /** * @brief shot example init diff --git a/project/stm32f407/README.md b/project/stm32f407/README.md index 672d864..bd8856f 100644 --- a/project/stm32f407/README.md +++ b/project/stm32f407/README.md @@ -14,7 +14,7 @@ IIC Pin: SCL/SDA PB8/PB9. #### 2.1 Integrated Development Environment -LidDriver provides both Keil and IAR integrated development environment projects. +LibDriver provides both Keil and IAR integrated development environment projects. MDK is the Keil ARM project and your Keil version must be 5 or higher.Keil ARM project needs STMicroelectronics STM32F4 Series Device Family Pack and you can download from https://www.keil.com/dd2/stmicroelectronics/stm32f407zgtx. |