fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Revision:
28:797536a42b9f
Parent:
21:e51733fc1c36
Child:
29:1fb060aab1f8
--- a/states.h	Sat Jul 21 00:36:38 2018 +0000
+++ b/states.h	Sun Jul 22 16:25:25 2018 +0000
@@ -8,8 +8,20 @@
     static void teardown();
 };
 
+struct Unconditioned {
+    static void setup();
+    static void cueCallback();
+    static void responseCallback();
+    static void teardown();
+};
+
+struct Conditioned {
+    static void setup();
+    static void teardown();
+};
+
 /**
-*   used except for the Pair mode.
+*   used except for the Condition mode.
 *   lick is not allowed during this period.
 *   if the animal licks, the state transits to Abort.
 */