Skip to content
Snippets Groups Projects
Verified Commit a324be73 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Add new Protocol Actions to Control ADC Threshold

Doing this was so far not possible in our protocol...
parent 78203034
No related branches found
No related tags found
No related merge requests found
Pipeline #3108 passed with stage
in 46 seconds
...@@ -49,6 +49,8 @@ enum class Action { ...@@ -49,6 +49,8 @@ enum class Action {
stopAdc, stopAdc,
fillHistogram, fillHistogram,
clearHistogram, clearHistogram,
adcThresholdUp,
adcThresholdDown,
error, error,
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment