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:
4:ecc4655a337b
Parent:
3:ac9dea7bfe0a
Child:
5:a601936990ea
--- a/KajiLabHV507B.h	Tue Nov 27 22:02:28 2018 +0000
+++ b/KajiLabHV507B.h	Tue Nov 27 22:05:08 2018 +0000
@@ -49,7 +49,7 @@
 public:
     /** Constructor
      *
-     *  \Param arg_num_of_board the number of Hv507 board.
+     *  \param (const int arg_num_of_board) the number of Hv507 board.
      */
     HV507(const int arg_num_board = 1);
     
@@ -89,7 +89,7 @@
     
     /** Function to define ONE stimulation point
      *
-     *  \param arg_ch the pin number supposed to be a stim pin.
+     *  \param (arg_ch) the pin number supposed to be a stim pin.
      */
     void setCh(const int arg_ch);