FSG / System_

Fork of System_7_14 by Troy Holley

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;

};