Julius Bernth / Mbed OS Cuvette_Centrifuge_Test_v1-2_ParallelMode

Dependencies:   QEI LIS3DH_spi

Revision:
1:6e3f1776be82
Parent:
0:64442857169c
Child:
2:da51e13f4ddf
--- a/main.cpp	Sun Aug 08 12:25:06 2021 +0000
+++ b/main.cpp	Sun Aug 08 12:28:05 2021 +0000
@@ -135,7 +135,7 @@
             mut1.lock();
             double printDemandSpeed = demandSpeed_RPM;
             double printCurrentSpeed = currentSpeedRPM;
-            mut1.unlock();
+            mut1.unlock();//this is the first change
             printf("%f\t%f\r\n",demandSpeed_RPM, currentSpeedRPM);
         }
     }