Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Interference_Simple
Diff: PMRC16ch.h
- Revision:
- 30:6a9e4e451b42
- Parent:
- 29:9028bc6b5717
- Child:
- 31:0f491590ada9
diff -r 9028bc6b5717 -r 6a9e4e451b42 PMRC16ch.h
--- a/PMRC16ch.h Wed Nov 07 17:44:10 2018 +0000
+++ b/PMRC16ch.h Wed Nov 07 17:49:57 2018 +0000
@@ -5,11 +5,11 @@
* @brief PMRC16 class header file
* @author Akifumi Takahashi
* @date 2016/dec/11-
- * ver.1 8 channel
+ * -ver.1; 8 channel
* @date 2018/jun/01-
- * ver.16.1; 16 channel
+ * -ver.16.1; 16 channel
* @date 2018/jun/28-
- * ver.16.2; major change
+ * -ver.16.2; major change
*/
#include "mbed.h"
/**
@@ -23,7 +23,7 @@
* @par Image of Photo MOS Relay Array
* - 32 Photo MOS Relay IN
* - 16 channel OUT
- * @verbatin
+ * @verbatim
* +--i o----+----i o--+ \n
* | [PMR01-1] | [PMR01-2] | \n
* | (ch1(B)out) | \n
@@ -36,11 +36,11 @@
* . . . \n
* . . . \n
* Vpp GND \n
- * @endverbatin
+ * @endverbatim
*
* @par Info. Shit-Resister circuit board
* - nOE is connected to GND
- * @verbatin
+ * @verbatim
* in
* ->[PMR01-1]->[PMR01-2]->[PMR02-1]->[PMR02-2]
* ->[PMR03-1]->[PMR03-2]->[PMR04-1]->[PMR04-2]
@@ -51,16 +51,16 @@
* ->[PMR13-1]->[PMR13-2]->[PMR14-1]->[PMR14-2]
* ->[PMR15-1]->[PMR15-2]->[PMR16-1]->[PMR16-2]
* ->out
- * @endverbatin
+ * @endverbatim
*
* @version 1
- * 2016/dec/11-
+ * -2016/dec/11-
* @par ch.16 VER.
* @version 16.1
- * 2018/jun/01-
+ * -2018/jun/01-
* @version 16.2
- * 2018/jun/28-
- * major change
+ * -2018/jun/28-
+ * -major change
*/
class PMRC16ch
{