- refactored
- integrated stirrer
This commit is contained in:
@@ -8,7 +8,7 @@ class StirrerPololu1376(AStirrer):
|
||||
return "Pololu1376"
|
||||
|
||||
def __init__(self, dt, port, baudrate):
|
||||
super(StirrerPololu1376, self).__init__(dt)
|
||||
AStirrer.__init__(self, dt)
|
||||
self.isMasterOn = 0
|
||||
|
||||
self.ser_speed = baudrate
|
||||
|
||||
Reference in New Issue
Block a user