fuck this

Dependencies:   BMP280

Revision:
24:7bf408dc491a
Parent:
23:a6bb5298346c
--- a/LCD.h	Wed Jan 10 02:36:50 2018 +0000
+++ b/LCD.h	Wed Jan 10 03:16:57 2018 +0000
@@ -71,6 +71,8 @@
     //Display a custom message on the display with option to resume displaying readings
     void Start(void);
     //Inititates LCD activity
+    void POST(void);
+    //Self Test
     void UpdateData(float temp, float pres, float LDR, time_t sampleTime);
     //Pass in new enviromental data