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.
Dependents: 7_21_17_FSG 7_26_17_FSG
Fork of System_ by
Diff: conversions.cpp
- Revision:
- 0:45085dd174e7
- Child:
- 3:9764b0bd8cb9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conversions.cpp Thu Apr 27 13:16:07 2017 +0000 @@ -0,0 +1,8 @@ +#include "conversions.hpp" + +float counts_to_dist(int count) +{ + float conv = -0.1912*count+507.2; + return conv; + +}; \ No newline at end of file