Max Mujica
/
XbeeHomeAutomationFork
asdf
Fork of XbeeHomeAutomation by
main.cpp
- Committer:
- mmujica6
- Date:
- 2013-11-26
- Revision:
- 2:62271bcaa4a7
- Parent:
- 1:ecbee6eb3020
File content as of revision 2:62271bcaa4a7:
#include "mbed.h" DigitalOut myled(LED1); DigitalOut myled2(LED2); int main() { while(1) { myled = 0; wait(0.2); myled = 0; wait(0.2); } }