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.
Dependencies: mbed SerialInputReactionHandler AMPulseTrain SwArr16MOSFET StrCommandHandler KajiLabES
Diff: SerialCom/sigbind.h
- Revision:
- 1:b97639dad576
- Parent:
- 0:19a67422961f
--- a/SerialCom/sigbind.h Tue Oct 23 15:11:18 2018 +0000
+++ b/SerialCom/sigbind.h Wed Oct 23 20:08:31 2019 +0000
@@ -8,8 +8,6 @@
// prototype
void keyBind();
void printKBManual(void);
-//void printStimType();
-void printStatus(void);
}
extern uint32_t pw, pp, ph;
@@ -21,4 +19,12 @@
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