Kevin Rhyne / Whiffy

Dependencies:   4DGL-uLCD-SE mbed

src/Whiffy.cpp

Committer:
kevinrhyne
Date:
2015-10-19
Revision:
10:99392075e1d0
Parent:
Whiffy.cpp@ 7:33ef027d0378
Child:
12:ef988c7fe8a4

File content as of revision 10:99392075e1d0:

//Top level controller of Whiffy

#include "WifiControl.h"
#include "Reporter.h"

class Whiffy {
    
    WifiControl wifi;
    Reporter reporter;
    
    
    Whiffy(){
        
    };





    
};