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.
Diff: rig.h
- 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;