Kevin Rhyne / Whiffy

Dependencies:   4DGL-uLCD-SE mbed

Revision:
17:4d0e180cde20
Parent:
12:ef988c7fe8a4
Child:
18:94536dca963c
--- a/src/Reporter.h	Tue Oct 20 09:32:35 2015 +0000
+++ b/src/Reporter.h	Tue Oct 20 12:38:02 2015 +0000
@@ -5,22 +5,22 @@
 #include <vector>
 #include "LCDControl.h"
 #include "LEDControl.h"
+#include "AccessPoint.h"
 
 
 
 class Reporter {
     public:
         Reporter();
+        void update(vector<AccessPoint>);
         
     private:
         bool mode;
         LEDControl led;
         LCDControl lcd;
-        void update();
+        int averager(vector<AccessPoint>);
         
     
-        vector<int> APs;
-    
 };
 
 #endif
\ No newline at end of file