fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Revision:
31:b320ca61a8c0
Parent:
30:5f975f572ffb
Child:
32:1416e015016c
--- a/task.cpp	Mon Oct 01 15:16:04 2018 +0000
+++ b/task.cpp	Sun Oct 14 14:45:02 2018 +0000
@@ -73,12 +73,13 @@
 void Task::testReward() {
     automaton::init<TestReward>();
     automaton::run();
-    IO::result("done");
+    IO::result("out");
 }
 
 void Task::clearTrialIndex() {
     automaton::init<ClearTrialIndex>();
     automaton::run();
+    IO::result("cleared");
 }
  
 void Task::runTrial() {