DigitalSignal_Lab

Dependencies:   LCD_DISCO_F746NG BSP_DISCO_F746NG Graphics

Revision:
12:bf80826aed9f
Parent:
10:ec6798bd4cfb
--- a/main.cpp	Wed Aug 28 17:09:53 2019 +0000
+++ b/main.cpp	Sat Aug 31 03:12:26 2019 +0000
@@ -42,7 +42,7 @@
     while (true) {
         // Blink LED and wait 0.5 seconds
         led1 = !led1;
-        wait_ms(SLEEP_TIME);
+        wait_ns(SLEEP_TIME*100000);
 
         // xrand = 10 + std::rand()%470;
         // yrand = 10 + std::rand()%262;