
TD
exercice1.cpp
- Committer:
- jomfec
- Date:
- 2016-05-02
- Revision:
- 0:61dd4bb6eebc
File content as of revision 0:61dd4bb6eebc:
/*#include "mbed.h" BusOut myleds(LED4,LED3,LED2,LED1); int main() { char x; while(1){ x=0b0101; myleds.write(x); wait(0.2); x=0b1010; myleds.write(x); wait(0.2); } } */