pimoroni-pico/micropython/examples/inventor2040w/reset_inventor.py

9 lines
164 B
Python

from inventor import Inventor2040W
"""
A simple program that resets Inventor 2040 W,
turning off its LEDs, Motors, Servos, and Audio.
"""
board = Inventor2040W()