Skip to content
Snippets Groups Projects
Commit 5ffa15ea authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Manual: Add experiment ready signal.
parent 1a40c835
Branches manual_mode
1 merge request!4WIP: Manual mode
Pipeline #128 passed with stage
in 43 seconds
......@@ -1005,6 +1005,7 @@ static void manual_experiment(void){
tc_set_direction(&EXP_TC0_0, TC_UP);
EXP_TC0_0.CNT = 0;
printf("R\n"); // signal ready
while (1){
if (udi_cdc_is_rx_ready()){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment