mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
10 lines
254 B
YAML
10 lines
254 B
YAML
io_snrd:
|
|
description: IO Board with 16 IOs
|
|
class:
|
|
module: unilabos.device_comms.SRND_16_IO:SRND_16_IO
|
|
type: python
|
|
hardware_interface:
|
|
name: modbus_client
|
|
extra_info: address
|
|
read: read_io_coil
|
|
write: write_io_coil |