Keisuke Sehara / Mbed 2 deprecated STM32_Whisking

Dependencies:   mbed

Revision:
12:06ea96546af1
Parent:
11:897ecd5413e0
Child:
20:4c06d3041337
diff -r 897ecd5413e0 -r 06ea96546af1 rig.h
--- a/rig.h	Thu Jun 21 17:57:22 2018 +0000
+++ b/rig.h	Mon Jun 25 12:10:31 2018 +0000
@@ -3,8 +3,7 @@
 
 #include "mbed.h"
 
-#include "duration.h"
-#include "conditioning.h"
+#include "pulse.h"
 
 #include "task.h"
 #include "trial.h"
@@ -29,11 +28,11 @@
 
 // output
 extern DigitalOut   audioOut;
-extern Conditioning visualOut;
-extern Duration     rewardOut;
+extern Pulse        visualOut;
+extern Pulse        rewardOut;
 
-extern Duration     trialStart;
-extern Duration     trialEnd;
+extern Pulse        trialStart;
+extern Pulse        trialEnd;
 
 extern Task        task;
 extern Trial       trial;