Tedd OKANO
/
__collab_test2
modified project by other user
Fork of __collab_test by
main.cpp
- Committer:
- okano
- Date:
- 2012-07-11
- Revision:
- 12:2795d0cb19c5
- Parent:
- 11:743c0c03cb76
File content as of revision 12:2795d0cb19c5:
// just pulled from mr.ytsuboi and add this line and publishing again / okano #include "mbed.h" DigitalOut myled(LED1); int main() { while(1) { myled = 1; wait(0.5); myled = 0; wait(0.5); } }