FSG / System_

Fork of System_7_14 by Troy Holley

conversions.cpp

Committer:
mdavis30
Date:
2017-07-07
Revision:
3:9764b0bd8cb9
Parent:
0:45085dd174e7
Child:
4:66f2b18a16a4

File content as of revision 3:9764b0bd8cb9:

#include "conversions.hpp"

float counts_to_dist(int count)
{
    float conv = 0.001220703*(107.39*count-6.8854)-6;
    return conv;

};