Demo program for Wiflash

Dependencies:   EthernetInterface mbed-rtos mbed wiflash2

Fork of wiflash-demo-blinkk by Adhithya Rajasekaran

main.cpp

Committer:
adhithyan15
Date:
2015-05-01
Revision:
18:f398d2d16382
Parent:
17:2a84e0b685ab

File content as of revision 18:f398d2d16382:

#include "mbed.h"
#include "EthernetInterface.h"
#include "wiflash.h" // Include our wiflash library

Wiflash wf; 

int main() {
    wf.setUp();
}