tuxeatpi.fake_components.wings module

Fake Wings component

class tuxeatpi.fake_components.wings.FakeWings(pins, event_queue, logger)

Bases: tuxeatpi.components.wings.Wings

Fake 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.Thread

Thread which simulate wings movement

run()

Start moving wings

stop()

Stop moving wings