lab 6

Dependencies:   ADXL362 mbed MPL3115A2

Revision:
30:9e127911409d
Parent:
29:f328fa35e8eb
Child:
31:c924aad0dc4b
--- a/report.txt	Thu Mar 08 21:18:29 2018 +0000
+++ b/report.txt	Thu Mar 08 21:52:44 2018 +0000
@@ -17,7 +17,7 @@
 
 # Documentation on Altimeter Measurement
 
-Our altimeter code (measureAlt()) reports the atmospheric pressure in Pascals and
+Our altimeter code (measureAlt()) reports the atmospheric pressure in Hecto-Pascals and
 temperature in Celcius, retrieved from the appropriate registers at a rate of 10Hz.
 The function saves the first 1000 measurements into an array of doubles (doubles being
 the returned values of both our pressure and temperature measurements), arranged in
@@ -40,6 +40,9 @@
     measuring values. This is a limitation of our code that we are attempting to
     (and fully plan to) address.
     
+    In addition, our code does not include the GPIO pin at the moment because screen
+    breaks when it is added.
+    
 Example output:
 
 98763.000000    22.187500