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

View File

@@ -1,8 +1,8 @@
#Thu Nov 24 14:10:36 CET 2016
#Fri Jan 06 10:36:17 CET 2017
colormap=Grayscale
colormapAutomatic=false
colormapMax=NaN
colormapMin=NaN
colormapMax=18.133
colormapMin=6.4
flipHorizontally=false
flipVertically=false
grayscale=false

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)