mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-06 05:57:57 +00:00
9 lines
200 B
Python
9 lines
200 B
Python
from mini_bdx_runtime.rustypot_position_hwi import HWI
|
|
from mini_bdx_runtime.duck_config import DuckConfig
|
|
import time
|
|
|
|
duck_config = DuckConfig()
|
|
|
|
hwi = HWI(duck_config)
|
|
hwi.turn_off()
|
|
time.sleep(1)
|