workshop 1
Dependencies: PM2_Libary Eigen
Fork of PM2_Example_Summer_School by
Diff: main.cpp
- Revision:
- 45:42adc921bc66
- Parent:
- 44:a65bc3e11481
- Child:
- 46:e5fb4dd7b531
--- a/main.cpp Wed May 18 07:53:31 2022 +0200 +++ b/main.cpp Wed May 18 06:52:18 2022 +0000 @@ -5,6 +5,8 @@ # define M_PI 3.14159265358979323846 // number pi +//Workshop 1 + // logical variable main task bool do_execute_main_task = false; // this variable will be toggled via the user button (blue button) to or not to execute the main task