fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Revision:
27:b31ea8d74f9e
Parent:
26:b4421d1ee57a
Child:
28:797536a42b9f
--- a/rig.cpp	Thu Jul 05 20:15:37 2018 +0000
+++ b/rig.cpp	Sat Jul 21 00:36:38 2018 +0000
@@ -5,16 +5,13 @@
 // the task timer
 Timer        timer;
 
-// state time out
-Timeout      stateTimeout;
-
 // input
 InterruptHandler  gateIn(ARDUINO_11);
 InterruptHandler  whiskIn(ARDUINO_12);   // or USER_BUTTON
 InterruptHandler  lickIn(ARDUINO_13);    // or USER_BUTTON
 
 // output
-Pulse        audioOut(ARDUINO_A0);    // or LED1
+Pulse        audioOut(ARDUINO_10);    // or LED1
 Pulse        visualOut(ARDUINO_A1); // 
 Pulse        rewardOut(ARDUINO_A2); //