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

Dependencies:   mbed MODSERIAL FATFileSystem

Revision:
73:f6f378311c8d
Child:
99:9d0849f5fcd7
Child:
102:0f430de62447
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sensors/Sensors.hpp	Mon Jul 30 16:48:48 2018 +0000
@@ -0,0 +1,19 @@
+#ifndef SENSORS_HPP
+#define SENSORS_HPP
+ 
+#include "mbed.h"
+
+class Sensors {
+public:
+    Sensors();
+    
+    float getInternalPressurePSI();
+    float getVoltageInput();
+    float getCurrentInput();
+    float getAltimeterChannelReadings();
+ 
+private:
+    float _reference_voltage;
+};
+ 
+#endif /* GUI_HPP */
\ No newline at end of file