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

Fork of PMRC4ch by Akifumi Takahashi

Revision:
38:df92ed56a6a9
Parent:
37:0106e81d7dfc
Child:
39:c12b8ce1263b
--- a/PMRC16ch.h	Wed Nov 07 18:25:19 2018 +0000
+++ b/PMRC16ch.h	Wed Nov 07 18:33:27 2018 +0000
@@ -68,12 +68,20 @@
 {
 public:
     //
-    /// Constructor
+    /// \par Constructors
     //
+    /// Constructor default
     PMRC16ch();
+    /// Constructor with setting num of channels
     PMRC16ch(
-        uint8_t arg_num_ch
+        uint8_t arg_num_ch  //<[in] number of channels to use
     );
+    //* Construxtor with full configuration
+    /**
+     *  \par    Avalable Setting
+     *  - number of channels to use
+     *  - pin settings
+     */
     PMRC16ch(
         uint8_t arg_num_ch,
         PinName arg_SCK,