Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 7_21_17_FSG 7_26_17_FSG
Fork of System_ by
Diff: conversions.cpp
- Revision:
- 6:8764d841a892
- Parent:
- 5:26c9083b1bf2
--- a/conversions.cpp Fri Jul 21 13:29:36 2017 +0000
+++ b/conversions.cpp Tue Jul 25 17:40:37 2017 +0000
@@ -2,7 +2,8 @@
float counts_to_dist(int count)
{
- float conv = 0.001220703*(-105.98*count)+388.51; //MELISSA
+ float conv = 0.001220703*(-105.98*count)+388.51; //MELISSA +5mm off from end
+ //float conv = 0.001220703*(-108.84*count)+399.27;
//float conv = .13109129517*count-6; // TRENT
//TROY
