fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
32:1416e015016c 2018-12-13 gwappa change to use the Staged state default tip
31:b320ca61a8c0 2018-10-14 gwappa up-to-date version
30:5f975f572ffb 2018-10-01 gwappa add trial index for test trials
29:1fb060aab1f8 2018-10-01 gwappa update task structure
28:797536a42b9f 2018-07-22 gwappa change Pair mode to Condition mode; add scheduler
27:b31ea8d74f9e 2018-07-21 gwappa add scheduler in order to fix the zero-latency bug
26:b4421d1ee57a 2018-07-05 gwappa transform event feature into the InterruptHandler class; organize files a little bit
25:56c4b22ec034 2018-07-04 gwappa add whisk debouncing
24:e236faf66935 2018-07-03 gwappa (probably) troubleshoot the reward delivery before cue output
23:61af0317e404 2018-07-03 gwappa fix weird uint64 output
22:41163fb3fdc6 2018-07-03 gwappa add debounce mechanisms for lick events
21:e51733fc1c36 2018-07-02 gwappa change task structure; now all the paradigms use Cued state, and auditory/visual cues are configured upon Trial::reset()
20:4c06d3041337 2018-07-02 gwappa try extending Pulse to allow tickering output
19:50663f8815b8 2018-07-02 gwappa try changing the flag system over to a set of booleans
18:66246d6c5476 2018-07-01 gwappa coding style: include default values into config definitions
17:0b241aa1f5b6 2018-07-01 gwappa change the criterion of a catch trial
16:33c17c62840e 2018-06-30 gwappa add delay for reward in the Pair paradigm
15:20f7f737c256 2018-06-25 gwappa fix weird behavior and validate visual stim duration
14:af3adf5d5ddf 2018-06-25 gwappa working version
13:8ea85a33e37a 2018-06-25 gwappa add random pulse feature
12:06ea96546af1 2018-06-25 gwappa extend Pulse class to accommodate the usage for visual cue output
11:897ecd5413e0 2018-06-21 gwappa add auditory cue tickering
10:7c216d528c35 2018-06-19 gwappa This is according to the way I planned originally
9:e136394bdb39 2018-06-18 gwappa add WithCue mode in place of Pair
8:973dcd190672 2018-05-31 gwappa current working
7:6744ec9ccc25 2018-05-29 gwappa add Report and Appear modes
6:13d180af7501 2018-05-24 gwappa add simpler configuration functionality
5:849446d19406 2018-05-24 gwappa add configuration functionality (to be tested)
4:fcf597f82632 2018-05-23 gwappa make Pair mode work
3:991c6d5ce19d 2018-05-17 gwappa implement arraylists
2:0c241937eabd 2018-05-14 gwappa add (part of) trial implementation
1:871d3066c2ab 2018-05-14 gwappa separated task-related parameters
0:f736749c33d2 2018-05-14 gwappa set up config parser