Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Diff: main.cpp
- Revision:
- 28:c2d5dbe5b28e
- Parent:
- 26:caec5f51abe8
--- a/main.cpp	Thu Dec 17 12:14:42 2020 +0000
+++ b/main.cpp	Thu Dec 17 12:47:52 2020 +0000
@@ -127,7 +127,10 @@
         0x2E88                         /* Ic configuration. */
     }
 };
-
+void wait_ms(int delay)
+{
+    wait_us(DELAY_1/1000);
+}
 
 /* Main ----------------------------------------------------------------------*/