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:
17:2a84e0b685ab
Parent:
16:b2b0fa8c2f0b
Child:
18:f398d2d16382

File content as of revision 17:2a84e0b685ab:

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

Wiflash wf; 
DigitalOut myled(LED1);
DigitalOut myled1(LED2);
DigitalOut myled2(LED3);
DigitalOut myled3(LED4);

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