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:
2:1c2e272dc40f
Parent:
1:f7d6fbcb3bca
Child:
3:ac9dea7bfe0a
--- a/KajiLabHV507B.h	Tue Nov 27 21:37:02 2018 +0000
+++ b/KajiLabHV507B.h	Tue Nov 27 21:43:00 2018 +0000
@@ -1,6 +1,6 @@
-/** Functions are divided from Associate Prof. Kajimoto's program, 
- *          simple communication.
- *  \details    This program is for using HV507(Shift Register Chip Circuit) for
+/** HV507 boards' utilities
+ *
+ *  This program is for using HV507(Shift Register Chip Circuit) for
  *  electric stimulation. The base Program had been written by Kajimoto Hiroyuki.
  *
  *  \file   KajiLabHV507B.h
@@ -40,6 +40,10 @@
  *                  DIOB    up      X       X       X       H       Qn ->   Qn+1        -           DOIA
  */
  
+ /**    HV507 class
+  *
+  *     With this class you can deal a HV507 board'''s''' as one object
+  */ 
 class HV507
 {
 public: