steve71 / RasPiBrew

Raspberry Pi Temperature Controller for homebrewing and sous vide cooking
http://steve71.github.io/RasPiBrew/
MIT License
189 stars 75 forks source link

Class to be called in pidpy.py #26

Open andywinhold opened 7 years ago

andywinhold commented 7 years ago

Hi Steve71,

Really appreciate you making this resource! Using the PID code to control temperature of a hotplate.

I think there might be a small typo in pidpy.py

on line 116: pid = PID(sampleTime,0,0,0) I think should call the class: pid = pidpy(sampleTime,0,0,0)