1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

Update IO_CMRI.h comment header.

This commit is contained in:
Neil McKechnie 2023-03-22 16:29:08 +00:00
parent 448d01b7b1
commit 0154ab7631

View File

@ -30,8 +30,10 @@
* Each bus must use a different serial port.
*
* To define a CMRI node and associate it with a CMRI bus,
* CMRInode:create(bus, address, type [, inputs, outputs]);
* CMRInode::create(firstVPIN, numVPINs, bus, address, type [, inputs, outputs]);
*
* firstVPIN = first vpin in block allocated to this device
* numVPINs = number of vpins (e.g. 72 for an SMINI node)
* bus = 0-255
* address = 0-127
* type = 'M' for SMINI (fixed 24 inputs and 48 outputs)