Skip to content

Commit

Permalink
fix initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jul 17, 2023
1 parent b0c1d50 commit 1614567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pioreactor/background_jobs/temperature_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def __init__(
else:
from TMP1075 import TMP1075 # type: ignore

self.heater_duty_cycle = 0.0
self.pwm = self.setup_pwm()

self.heating_pcb_tmp_driver = TMP1075(address=hardware.TEMP)
Expand Down

0 comments on commit 1614567

Please sign in to comment.