Startup
This commit is contained in:
@@ -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
5
script/TestRelays
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