update with altimeter, swimfile.txt endleg.txt, etc see changes_13sep.txt also reset_PI()

Dependencies:   mbed MODSERIAL FATFileSystem

Committer:
CodyMarquardt
Date:
Fri Jun 28 15:04:49 2019 +0000
Revision:
100:a21bb2e4493d
Parent:
85:dd8176285b6e
Added altimeter functionality; Reads linear regression parameters from alt.txt

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tnhnrl 74:d281aaef9766 1 http://www.calctool.org/CALC/other/games/depth_press
tnhnrl 74:d281aaef9766 2
CodyMarquardt 100:a21bb2e4493d 3 Changes in this commit:
CodyMarquardt 100:a21bb2e4493d 4
tnhnrl 74:d281aaef9766 5
CodyMarquardt 100:a21bb2e4493d 6 Changed depth from ft to meters
tnhnrl 74:d281aaef9766 7
CodyMarquardt 100:a21bb2e4493d 8 Added altimeter functionality
CodyMarquardt 100:a21bb2e4493d 9 - places the altimeter reading (channel 2) in the sensor stream output
CodyMarquardt 100:a21bb2e4493d 10 - functions added to sensors.cpp to allow for calibration of altimeter
CodyMarquardt 100:a21bb2e4493d 11 - added function to load linear calibration of altimeter from alt.txt
CodyMarquardt 100:a21bb2e4493d 12 - located in ConfigFileIO.cpp line 503
tnhnrl 74:d281aaef9766 13
joel_ssc 85:dd8176285b6e 14
CodyMarquardt 100:a21bb2e4493d 15
CodyMarquardt 100:a21bb2e4493d 16
CodyMarquardt 100:a21bb2e4493d 17
joel_ssc 85:dd8176285b6e 18
CodyMarquardt 100:a21bb2e4493d 19
joel_ssc 85:dd8176285b6e 20
CodyMarquardt 100:a21bb2e4493d 21
CodyMarquardt 100:a21bb2e4493d 22 General Notes:
joel_ssc 85:dd8176285b6e 23
joel_ssc 85:dd8176285b6e 24 change baud back to 115200 if you go back to xbee rather than serial - USB at default rates.
joel_ssc 85:dd8176285b6e 25
CodyMarquardt 100:a21bb2e4493d 26 change power on xbee back to high power when out of lab.