Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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