FSG / System_

Fork of System_7_14 by Troy Holley

Committer:
mdavis30
Date:
Fri Jul 07 21:22:25 2017 +0000
Revision:
3:9764b0bd8cb9
Parent:
0:45085dd174e7
Child:
4:66f2b18a16a4

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tzyoung 0:45085dd174e7 1 #include "conversions.hpp"
tzyoung 0:45085dd174e7 2
tzyoung 0:45085dd174e7 3 float counts_to_dist(int count)
tzyoung 0:45085dd174e7 4 {
mdavis30 3:9764b0bd8cb9 5 float conv = 0.001220703*(107.39*count-6.8854)-6;
tzyoung 0:45085dd174e7 6 return conv;
tzyoung 0:45085dd174e7 7
tzyoung 0:45085dd174e7 8 };