Skip to content

Commit

Permalink
i2c-th release 3.20; reset time for SHT to 500 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
pat1 committed Nov 6, 2024
1 parent c736265 commit 9812c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio/stima_v3/i2c-th/src/i2c-th-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
\def MODULE_MINOR_VERSION
\brief Module minor version.
*/
#define MODULE_MINOR_VERSION (19)
#define MODULE_MINOR_VERSION (20)

/*!
\def MODULE_CONFIGURATION_VERSION
Expand Down
2 changes: 1 addition & 1 deletion platformio/stima_v3/i2c-th/src/i2c-th.ino
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ void sensors_reading_task () {
pinMode(SCL,OUTPUT);
digitalWrite(SCL,LOW);
digitalWrite(SDA,LOW);
delay_ms=10;
delay_ms=500;
start_time_ms = millis();
state_after_wait = SENSORS_READING_POWER_ON;
sensors_reading_state = SENSORS_READING_WAIT_STATE;
Expand Down

0 comments on commit 9812c21

Please sign in to comment.