Flying Sea Glider / Mbed 2 deprecated 2019_19feb19_jcw_noSD

Dependencies:   mbed MODSERIAL FATFileSystem

Committer:
mkelly10
Date:
Fri Oct 20 11:41:22 2017 +0000
Revision:
9:d5fcdcb3c89d
Tested 10/19/17 Folders

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mkelly10 9:d5fcdcb3c89d 1 #include "conversions.hpp"
mkelly10 9:d5fcdcb3c89d 2
mkelly10 9:d5fcdcb3c89d 3 float counts_to_dist(int count)
mkelly10 9:d5fcdcb3c89d 4 {
mkelly10 9:d5fcdcb3c89d 5 float conv = -0.1912*count+507.2;
mkelly10 9:d5fcdcb3c89d 6 return conv;
mkelly10 9:d5fcdcb3c89d 7
mkelly10 9:d5fcdcb3c89d 8 };