Implemented late analog / digital transition (#2778)

* Implemented late transition

Complete rewrite of analog / digital transition

Two tests is still failing, which need to be discussed.

* Allow wider range of transition values to support late transition

* Added documentation
This commit is contained in:
Martin Siggel
2023-12-31 12:04:09 +01:00
committed by GitHub
parent 6fca4d8d95
commit b5a4cfed96
4 changed files with 226 additions and 12 deletions

View File

@@ -164,6 +164,8 @@ extern "C" void app_main()
RUN_TEST(test_doFlowPP2);
RUN_TEST(test_doFlowPP3);
RUN_TEST(test_doFlowPP4);
RUN_TEST(test_doFlowLateTransition);
RUN_TEST(test_doFlowEarlyTransition);
// getReadoutRawString test
RUN_TEST(test_getReadoutRawString);