This commit is contained in:
gac-S_Changer
2017-01-06 10:36:56 +01:00
parent 99af76c1fd
commit c0374508da
2 changed files with 8 additions and 3 deletions

5
script/TestRelays 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)