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
conversions.cpp@3:9764b0bd8cb9, 2017-07-07 (annotated)
- Committer:
- mdavis30
- Date:
- Fri Jul 07 21:22:25 2017 +0000
- Revision:
- 3:9764b0bd8cb9
- Parent:
- 0:45085dd174e7
- Child:
- 4:66f2b18a16a4
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
tzyoung | 0:45085dd174e7 | 1 | #include "conversions.hpp" |
tzyoung | 0:45085dd174e7 | 2 | |
tzyoung | 0:45085dd174e7 | 3 | float counts_to_dist(int count) |
tzyoung | 0:45085dd174e7 | 4 | { |
mdavis30 | 3:9764b0bd8cb9 | 5 | float conv = 0.001220703*(107.39*count-6.8854)-6; |
tzyoung | 0:45085dd174e7 | 6 | return conv; |
tzyoung | 0:45085dd174e7 | 7 | |
tzyoung | 0:45085dd174e7 | 8 | }; |