3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revision:
85:422d0a1b95cf
Parent:
83:0d3572a8a851
--- a/FakeSensor/FakeBarometer.cpp	Thu May 11 19:27:45 2017 +0000
+++ b/FakeSensor/FakeBarometer.cpp	Sat May 13 17:35:58 2017 +0000
@@ -2,6 +2,20 @@
 #include "mbed.h"
 
 /**
+    @file :     FakeBarometer.cpp
+    @authors :   Radu Marcu, Jacob Williams, Niall Francis, Arron Burch
+    
+    @section DESCRIPTION
+    
+    This is the FakeBarometer class. It is used to generate fake data readings,
+    meant to simulate the results a real sensor would provide. It generates random
+    values for pressure.
+*/
+
+
+
+
+/**
     Constructor
     Takes in minimum and maximum values for fake pressure readings