From 0154ab7631dec2253bc3365ed7e4ad28024d5178 Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Wed, 22 Mar 2023 16:29:08 +0000 Subject: [PATCH] Update IO_CMRI.h comment header. --- IO_CMRI.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/IO_CMRI.h b/IO_CMRI.h index 2ca03ad..c8c922b 100644 --- a/IO_CMRI.h +++ b/IO_CMRI.h @@ -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)