- fixed stirrers and plants
git-svn-id: http://moon:8086/svn/projects/HendiControl@374 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user