Skip to content

Commit

Permalink
Merge pull request #140 from padelt/issue139_new_sensor
Browse files Browse the repository at this point in the history
Add new sensor TEMPer2_M12_V1.3
  • Loading branch information
padelt authored Aug 19, 2024
2 parents 67d544d + 7a26fd2 commit 28c5bad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions temperusb/device_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ def __init__(
hum_sens_offsets=None,
type=TemperType.FM75,
),
"TEMPer2_M12_V1.3": TemperConfig(
temp_sens_offsets=[2, 4],
hum_sens_offsets=None,
type=TemperType.FM75,
),
"TEMPer2_V3.7": TemperConfig(
temp_sens_offsets=[2, 10],
hum_sens_offsets=None,
Expand Down

0 comments on commit 28c5bad

Please sign in to comment.