Skip to content

Commit

Permalink
Add new sensor TEMPer2_M12_V1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davet2001 authored Aug 18, 2024
1 parent 67d544d commit 7a26fd2
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 7a26fd2

Please sign in to comment.