From a324be733e4646dbaecf3796ba64b2e0586bb9b4 Mon Sep 17 00:00:00 2001 From: Tobias Triffterer <tobias@ep1.ruhr-uni-bochum.de> Date: Sat, 1 May 2021 23:41:06 +0200 Subject: [PATCH] Add new Protocol Actions to Control ADC Threshold Doing this was so far not possible in our protocol... --- src/action.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/action.h b/src/action.h index 3d7a0bd..c7d54bf 100644 --- a/src/action.h +++ b/src/action.h @@ -49,6 +49,8 @@ enum class Action { stopAdc, fillHistogram, clearHistogram, + adcThresholdUp, + adcThresholdDown, error, }; } -- GitLab