This commit is contained in:
sfop
2017-04-03 10:34:35 +02:00
parent d380bb076a
commit d8e94ba9c8
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#Mon Apr 03 08:45:53 CEST 2017
#Mon Apr 03 09:15:50 CEST 2017
colormap=Flame
colormapAutomatic=false
colormapMax=1000.0
+6
View File
@@ -0,0 +1,6 @@
class PseudoDevice(ReadonlyRegisterBase):
def doRead(self):
return gun_solenoid.take()/gun_phase.take()
add_device(PseudoDevice(), True)