- fixed stirrers and plants

git-svn-id: http://moon:8086/svn/projects/HendiControl@374 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2020-04-20 11:47:20 +00:00
parent 21f1a38dd5
commit 8f62825c94
5 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from hendiCtrl import HendiCtrl
from max31865 import Max31865
class Plant(APlant):
def __init__(self):
def __init__(self, params):
self.heater = HendiCtrl('/dev/ttyUSB0', 115200)
self.tempsensor = Max31865()
self.P = 0