Isabelle Murollo
/
Projeto_CCM_Maquinas_MotorPasso
Centro de Controle de Motores
Diff: main.cpp
- Revision:
- 4:3bc68a7b299d
- Parent:
- 3:2b261e3c05db
diff -r 2b261e3c05db -r 3bc68a7b299d main.cpp --- a/main.cpp Wed Mar 09 14:17:24 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -#include "mbed.h" - -DigitalOut led(D13); - -int main(void) { - while(1) { - led = 1; //LED on - wait(0.5); - led = 0; //LED off - wait(0.5); - } -} \ No newline at end of file