Javier Marcelo
/
STM32F103C8_GaussJordan
Programa Gauss Jordan.
Diff: main.cpp
- Revision:
- 13:485613003845
- Parent:
- 12:c24d2c99e2b6
- Child:
- 14:596a61f27f36
--- a/main.cpp Tue Feb 05 08:00:50 2019 +0000 +++ b/main.cpp Tue Feb 05 08:30:37 2019 +0000 @@ -9,9 +9,9 @@ // The on-board LED is connected via a resistor to +3.3V (not to GND). // So the LED is active on 0 myled = 0; // turn the LED on - wait_ms(200); // 200 millisecond + wait_ms(200); // wait 200 millisecond myled = 1; // turn the LED off - wait_ms(1000); // 1000 millisecond pc.printf("Blink\r\n"); + wait_ms(1000); // wait 1000 millisecond } }