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:
1:f7d6fbcb3bca
Parent:
0:26eea8042420
Child:
2:1c2e272dc40f
--- a/KajiLabHV507B.h	Tue Nov 27 21:25:41 2018 +0000
+++ b/KajiLabHV507B.h	Tue Nov 27 21:37:02 2018 +0000
@@ -1,11 +1,13 @@
-/** 
- *  \file   "KajiLabHV507B.h"
- *  \Author Akifumi TAKAHASHI
- *  \breif  Functions are divided from Associate Prof. Kajimoto's program, 
+/** Functions are divided from Associate Prof. Kajimoto's program, 
  *          simple communication.
  *  \details    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
+ *  \Author Akifumi TAKAHASHI
+ *
  *  \date   2015/Jul/16th Ver.1
+ *  \date   2018/Fall Kajimoto-sensei was promoted to Professor!!!
  *  \date   2018/Nov/27th Ver.2 Simplified as a pure channel switching program.
  */
 #ifndef MBED_HV507DRIVER_H