Wiflash demo program

Dependencies:   EthernetInterface mbed-rtos mbed wiflash

Fork of TCPSocket_HelloWorld by mbed official

main.cpp

Committer:
adhithyan15
Date:
2015-04-30
Revision:
16:7735da154f2f
Parent:
11:59dcefdda506

File content as of revision 16:7735da154f2f:

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

Wiflash wf; // Pass in a reference to the Ethernet interface object to the Wiflash object


int main() {
    wf.setUp();
    printf("Inside main!\n");
}