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
Reporter.h
00001 #ifndef REPORTER_H 00002 #define REPORTER_H 00003 00004 #include <stdio.h> 00005 #include <vector> 00006 #include "LCDControl.h" 00007 #include "LEDControl.h" 00008 #include "AccessPoint.h" 00009 00010 00011 00012 class Reporter { 00013 public: 00014 Reporter(); 00015 void update(vector<AccessPoint>, bool, string); 00016 00017 private: 00018 bool mode; 00019 LEDControl led; 00020 LCDControl lcd; 00021 int averager(vector<AccessPoint>); 00022 00023 00024 }; 00025 00026 #endif
Generated on Sat Jul 16 2022 07:55:27 by
1.7.2