Interference current stimulation program with kaji-lab ES device.

Dependencies:   mbed SerialInputReactionHandler AMPulseTrain SwArr16MOSFET StrCommandHandler KajiLabES

Revision:
2:5cb68cc8ecaa
Parent:
1:b97639dad576
Child:
3:ef730909a664
--- a/SerialCom/sigbind.h	Wed Oct 23 20:08:31 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-#ifndef SIG_BIND_H
-#define SIG_BIND_H
-#include "mbed.h"
-
-
-namespace aktk_sigbind
-{
-//  prototype
-void keyBind();
-void printKBManual(void);
-}
-
-extern uint32_t pw, pp, ph;
-
-//  Mbed Specails
-extern Serial pc; // tx, rx
-
-//  -   For Procedure state
-enum ProcessState {WAIT_A_CERTAIN_KEY, MAIN_ROUTINE, TERMINATED};
-extern ProcessState   pstate;
-
-enum ElectrodeSpacing {WIDE_CONDITION, NARROW_CONDITION};
-extern ElectrodeSpacing spacing;
-
-enum StimulationMode {BIPOLAR, ANODIC, CATHODIC};
-extern StimulationMode smode;
-
-#include "KajiLabES.h"
-extern KajiLabES   stimulator;
-#endif
\ No newline at end of file