mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-03 03:33:54 +00:00
9 lines
199 B
Python
9 lines
199 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_on()
|
|
time.sleep(1)
|