Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
example update
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jun 22, 2023
1 parent 5d4d7b9 commit 9fe11a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/wsentids_continuous_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
print("Temperature: {:.1f}C".format(wsen.temp))
print()
time.sleep(0.5)
wsen.continuous_mode = continuous_mode
1 change: 1 addition & 0 deletions examples/wsentids_data_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
wsen.data_rate = data_rate
print("Temperature: {:.1f}C".format(wsen.temperature))
time.sleep(0.5)
wsen.data_rate = data_rate

0 comments on commit 9fe11a8

Please sign in to comment.