removed move parameter from statemachine_test
This commit is contained in:
parent
4eee17e768
commit
578c25d7bc
1 changed files with 2 additions and 3 deletions
|
@ -6,10 +6,9 @@ logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
|
|||
|
||||
from pizzactrl.statemachine import Statemachine
|
||||
# from pizzactrl.sb_dummy import STORYBOARD
|
||||
from pizzactrl.sb_showcase import STORYBOARD
|
||||
from pizzactrl.sb_dummy import STORYBOARD
|
||||
from pizzactrl.hal_serial import PizzaHAL, rewind, turn_off
|
||||
|
||||
hal = PizzaHAL()
|
||||
# sm = Statemachine(hal, STORYBOARD, move=True, loop=False, test=True)
|
||||
|
||||
sm = Statemachine(hal, STORYBOARD, move=True, loop=False, test=False)
|
||||
sm = Statemachine(hal, STORYBOARD, loop=False, test=False)
|
Loading…
Reference in a new issue