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