
DigitalSignal_Lab
Dependencies: LCD_DISCO_F746NG BSP_DISCO_F746NG Graphics
Diff: main.cpp
- Revision:
- 10:ec6798bd4cfb
- Parent:
- 8:b12196cca5dc
- Child:
- 12:bf80826aed9f
--- a/main.cpp Wed Aug 28 17:02:37 2019 +0000 +++ b/main.cpp Wed Aug 28 17:06:13 2019 +0000 @@ -42,7 +42,7 @@ while (true) { // Blink LED and wait 0.5 seconds led1 = !led1; - thread_sleep_for(SLEEP_TIME); + wait_ms(SLEEP_TIME); // xrand = 10 + std::rand()%470; // yrand = 10 + std::rand()%262;