Script execution

This commit is contained in:
gac-S_Changer
2017-01-06 10:37:58 +01:00
parent c0374508da
commit 7191a7c19d

5
script/TestRelays.py Normal file
View File

@@ -0,0 +1,5 @@
for i in range(20):
relay1.write(True)
time.sleep(0.2)
relay1.write(False)
time.sleep(0.2)