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.
Fork of System_7_14 by
Diff: conversions.cpp
- Revision:
- 3:9764b0bd8cb9
- Parent:
- 0:45085dd174e7
- Child:
- 4:66f2b18a16a4
--- a/conversions.cpp Fri Jun 09 17:31:44 2017 +0000 +++ b/conversions.cpp Fri Jul 07 21:22:25 2017 +0000 @@ -2,7 +2,7 @@ float counts_to_dist(int count) { - float conv = -0.1912*count+507.2; + float conv = 0.001220703*(107.39*count-6.8854)-6; return conv; }; \ No newline at end of file