Jorn Dokter / Mbed 2 deprecated TEB_branch2

Dependencies:   mbed QEI HIDScope biquadFilter MODSERIAL FastPWM

Files at this revision

API Documentation at this revision

Comitter:
JornD
Date:
Tue Oct 15 11:52:48 2019 +0000
Branch:
Branch2
Parent:
50:283a831f84a9
Child:
54:97c796f77ab3
Child:
56:58cbb056e4be
Commit message:
Made Shift function actually work;

Changed in this revision

structures.h Show annotated file Show diff for this revision Revisions of this file
--- a/structures.h	Tue Oct 15 11:40:34 2019 +0000
+++ b/structures.h	Tue Oct 15 11:52:48 2019 +0000
@@ -41,7 +41,7 @@
             ddX = dX; //X delayed once to X delayed twice 
             dY = CurY; //Current Y to Y delayed once
             dX = CurX; //Current X to X delayed once
-        }
+        };
     };