pham the toan
/
CuimiaAES
s
Fork of CuimiaAES by
main.cpp
- Committer:
- toanpt3
- Date:
- 2016-08-31
- Revision:
- 0:3cafa5eeee75
- Child:
- 1:768e388e3547
File content as of revision 0:3cafa5eeee75:
#include "mbed.h" DigitalOut myled(LED1); int main() { while(1) { myled = 1; wait(0.2); myled = 0; wait(0.2); } }