FSG / System_

Fork of System_7_14 by Troy Holley

Revision:
0:45085dd174e7
Child:
3:9764b0bd8cb9
diff -r 000000000000 -r 45085dd174e7 conversions.cpp
--- /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