Isabelle Murollo
/
Projeto_CCM_Maquinas_MotorPasso
Centro de Controle de Motores
Diff: main.cpp
- Revision:
- 3:2b261e3c05db
- Parent:
- 2:46bbc8fadd10
--- a/main.cpp Wed Mar 09 14:16:44 2022 +0000 +++ b/main.cpp Wed Mar 09 14:17:24 2022 +0000 @@ -2,7 +2,7 @@ DigitalOut led(D13); -void main(void) { +int main(void) { while(1) { led = 1; //LED on wait(0.5);