Library to use my Photo MOS Relays Circuit having 16 or less channels.

Fork of PMRC4ch by Akifumi Takahashi

Revision:
39:c12b8ce1263b
Parent:
38:df92ed56a6a9
Child:
40:d30c68b7ec18
--- a/PMRC16ch.h	Wed Nov 07 18:33:27 2018 +0000
+++ b/PMRC16ch.h	Wed Nov 07 18:44:34 2018 +0000
@@ -74,7 +74,7 @@
     PMRC16ch();
     /// Constructor with setting num of channels
     PMRC16ch(
-        uint8_t arg_num_ch  //<[in] number of channels to use
+        uint8_t arg_num_ch  ///<[in] number of channels to use
     );
     //* Construxtor with full configuration
     /**
@@ -83,12 +83,12 @@
      *  - pin settings
      */
     PMRC16ch(
-        uint8_t arg_num_ch,
-        PinName arg_SCK,
-        PinName arg_CLR,
-        PinName arg_RCK,
-        PinName arg_SER,
-        PinName arg_OUT
+        uint8_t arg_num_ch, ///<[in] number of channels to use
+        PinName arg_SCK,    ///<[in] pin of shift registor clock
+        PinName arg_CLR,    ///<[in] pin to clear the shift registor
+        PinName arg_RCK,    ///<[in] pin of storage registor (buffer) clock
+        PinName arg_SER,    ///<[in] pin to insert data
+        PinName arg_OUT     ///<[in] pin to receive overflowed bit
     );
 
     //  Const.