Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE mbed
Diff: src/Reporter.h
- 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