Simple program for introduction of mirror actuator.

Files at this revision

API Documentation at this revision

Comitter:
altb2
Date:
Sat May 01 20:08:51 2021 +0000
Parent:
13:1bf960928a93
Commit message:
2nd commit

Changed in this revision

ControllerLoop.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ControllerLoop.cpp	Sat May 01 20:08:24 2021 +0000
+++ b/ControllerLoop.cpp	Sat May 01 20:08:51 2021 +0000
@@ -17,7 +17,7 @@
         {
         ThisThread::flags_wait_any(threadFlag);
         // THE LOOP ------------------------------------------------------------
-        //printf("I am called!\r\n");
+        printf("I am called!\r\n");
         }// endof the main loop
 }