33 lines
575 B
Python
33 lines
575 B
Python
Node('bridge.psi.ch',
|
|
'ac resistance bridge',
|
|
'tcp://5000'
|
|
)
|
|
|
|
Mod('io',
|
|
'frappy_psi.bridge.BridgeIO',
|
|
'communication to sim900',
|
|
uri='serial:///dev/cu.usbserial-21440'
|
|
)
|
|
|
|
# Mod('SIM921_A',
|
|
# 'frappy_psi.bridge.SIM921',
|
|
# 'module communication',
|
|
# io='io',
|
|
# channel='A'
|
|
# )
|
|
|
|
# Mod('SIM921_B',
|
|
# 'frappy_psi.bridge.SIM921',
|
|
# 'module communication',
|
|
# io='io',
|
|
# channel='B'
|
|
# )
|
|
#
|
|
# Mod('SIM921_C',
|
|
# 'frappy_psi.bridge.SIM921',
|
|
# 'module communication',
|
|
# io='io',
|
|
# channel='C'
|
|
# )
|
|
|