tuxeatpi.fake_components.wings module¶
Fake Wings component
-
class
tuxeatpi.fake_components.wings.FakeWings(pins, event_queue, logger)¶ Bases:
tuxeatpi.components.wings.WingsFake wings class
-
move_start()¶ Override move_start function for fake one
-
move_stop()¶ Override move_stop function for fake one
-
push_wing(side)¶ Simulation push switch function
-
-
class
tuxeatpi.fake_components.wings.FakeWingsMover(position_pin)¶ Bases:
threading.ThreadThread which simulate wings movement
-
run()¶ Start moving wings
-
stop()¶ Stop moving wings
-