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

Fork of PMRC4ch by Akifumi Takahashi

Revision:
42:a827fe9166b5
Parent:
41:903a9dc5769c
--- a/PMRC16ch.h	Wed Nov 07 18:49:31 2018 +0000
+++ b/PMRC16ch.h	Tue Nov 20 20:54:33 2018 +0000
@@ -74,14 +74,9 @@
     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
-    /**
-     *  \par    Avalable Setting
-     *  - number of channels to use
-     *  - pin settings
-     */
+    /// Construxtor with full configuration
     PMRC16ch(
         uint8_t arg_num_ch, ///<[in] number of channels to use
         PinName arg_SCK,    ///<[in] pin of shift registor clock
@@ -122,6 +117,7 @@
     void setPol(Polarity pol);  //inline definition
     void setOvsO(char ch);
     void setTwin(char stim_ch, char ref_ch);
+    void setTrio(char stim_ch, char ref_ch1, char ref_ch2);
     //
     //  Function to get prameter
     //