add dilhtr
This commit is contained in:
16
cfg/dilhtr_cfg.py
Normal file
16
cfg/dilhtr_cfg.py
Normal file
@@ -0,0 +1,16 @@
|
||||
Node('dilhtrtest.psi.ch',
|
||||
'dilhtr test',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
Mod('io',
|
||||
'frappy_psi.dilhtr.IO',
|
||||
'dilhtr communication',
|
||||
uri='serial:///dev/tty.usbserial-21440?baudrate=9600',
|
||||
)
|
||||
|
||||
Mod('heater',
|
||||
'frappy_psi.dilhtr.Heater',
|
||||
'dilhtr box',
|
||||
io='io',
|
||||
)
|
||||
Reference in New Issue
Block a user