Dependencies: mbed QEI HIDScope biquadFilter MODSERIAL FastPWM
Diff: global.cpp
- Branch:
- Branch2
- Revision:
- 56:58cbb056e4be
- Parent:
- 47:adbb886ed3cd
- Child:
- 61:4c7de1e2f9fe
--- a/global.cpp Tue Oct 15 11:52:48 2019 +0000 +++ b/global.cpp Tue Oct 15 13:01:10 2019 +0000 @@ -1,2 +1,4 @@ -const float PI = 3.14159265359; -const float Ts = 0.002; \ No newline at end of file +//Don't forget to call this file (global.cpp) where these values are used + + const float PI = 3.14159265359; + const float Ts = 0.002; \ No newline at end of file