pimoroni-pico/micropython/examples/automation2040w/reset_automation.py

9 wiersze
166 B
Python

from automation import Automation2040W
"""
A simple program that resets Automation 2040 W,
turning off its Relays, Outputs, and LEDs.
"""
board = Automation2040W()