Flying Sea Glider / Mbed 2 deprecated 2019_19feb19_jcw_noSD

Dependencies:   mbed MODSERIAL FATFileSystem

Revision:
10:085ab7328054
Parent:
9:d5fcdcb3c89d
Child:
11:3b241ecb75ed
diff -r d5fcdcb3c89d -r 085ab7328054 System/conversions.cpp
--- a/System/conversions.cpp	Fri Oct 20 11:41:22 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#include "conversions.hpp"
-
-float counts_to_dist(int count)
-{
-    float conv = -0.1912*count+507.2;
-    return conv;
-
-};
\ No newline at end of file