This commit is contained in:
sfop
2017-03-21 16:09:56 +01:00
parent 9085c9030b
commit cfd321ca3f
7 changed files with 454 additions and 230 deletions

View File

@@ -0,0 +1,6 @@
class AnalogInput(ReadonlyRegisterBase):
def doRead(self):
return camtool.getValue("gr_y_fit_offset")
add_device(AnalogInput("tst"), True)
tst.setPolling(10)