This is a library to use HV507 boards as a switching circuitry which is a module used with an electrical stimulator made by kaji-lab.

Revision:
5:a601936990ea
Parent:
4:ecc4655a337b
--- a/KajiLabHV507B.h	Tue Nov 27 22:05:08 2018 +0000
+++ b/KajiLabHV507B.h	Tue Nov 27 22:08:02 2018 +0000
@@ -49,7 +49,7 @@
 public:
     /** Constructor
      *
-     *  \param (const int arg_num_of_board) the number of Hv507 board.
+     *  \param (const int arg_num_of_board = 1) the number of Hv507 board.
      */
     HV507(const int arg_num_board = 1);
     
@@ -79,7 +79,7 @@
     
     /** Function to shift data only index-incresing-direction
      *
-     *  \Param arg_ch stimulation point
+     *  \param (int arg_num_shifting) stimulation point
      */
     void shiftSRBits_by(int arg_num_shifting);
     
@@ -89,7 +89,7 @@
     
     /** Function to define ONE stimulation point
      *
-     *  \param (arg_ch) the pin number supposed to be a stim pin.
+     *  \param (const int arg_ch) the pin number supposed to be a stim pin.
      */
     void setCh(const int arg_ch);