modified project by other user

Dependencies:   mbed

Fork of __collab_test by Tedd OKANO

main.cpp

Committer:
okano
Date:
2012-06-09
Revision:
9:dd2089ab7029
Parent:
8:3c9ab61912f1

File content as of revision 9:dd2089ab7029:

#include "mbed.h"

DigitalOut myled(LED1);

//  test test

int main() {
    while(1) {
        myled = 1;
        wait(1.0);
        myled = 0;
        wait(1.0);
    }
}

//  test project