Script execution
This commit is contained in:
5
script/TestRelays.py
Normal file
5
script/TestRelays.py
Normal file
@@ -0,0 +1,5 @@
|
||||
for i in range(20):
|
||||
relay1.write(True)
|
||||
time.sleep(0.2)
|
||||
relay1.write(False)
|
||||
time.sleep(0.2)
|
||||
Reference in New Issue
Block a user