Skip to content

Commit aa0a932

Browse files
committed
updating PID and example
1 parent 683ecec commit aa0a932

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

adafruit_emc2101.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
**Hardware:**
1717
18-
* `Adafruit EMC2101 Breakout <https://adafruit.com/product/47nn>`_
18+
* `Adafruit EMC2101 Breakout <https://adafruit.com/product/4808>`_
1919
2020
**Software and Dependencies:**
2121

examples/emc2101_simpletest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
print("Fan speed", emc.fan_speed)
3535
time.sleep(1)
3636

37+
print("External temperature:", emc.external_temperature, "C")
38+
print("Internal temperature:", emc.internal_temperature, "C")
39+
3740
print("")
3841
time.sleep(0.5)

0 commit comments

Comments
 (0)