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
Diff: main.hpp
- Revision:
- 3:086e556b57f9
- Parent:
- 2:da90c8eb0ca5
diff -r da90c8eb0ca5 -r 086e556b57f9 main.hpp --- a/main.hpp Wed Jul 24 11:23:34 2019 +0000 +++ b/main.hpp Wed Jul 24 12:24:05 2019 +0000 @@ -603,7 +603,7 @@ return outMin + scale*(outMax-outMin); } void gettempodata(void){ - tempoval = map(vtempo,0,255,255,32); + tempoval = map(vtempo,0,255,255,30); } void debugtempodata(void){ pc.printf("unmapped %f mapped %f\n\r",vtempo,tempoval);