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
conversions.cpp
- Committer:
- tzyoung
- Date:
- 2017-04-27
- Revision:
- 0:45085dd174e7
- Child:
- 3:9764b0bd8cb9
File content as of revision 0:45085dd174e7:
#include "conversions.hpp" float counts_to_dist(int count) { float conv = -0.1912*count+507.2; return conv; };