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.
Diff: main.cpp
- Revision:
- 1:27f896032e0c
- Parent:
- 0:a29090b0a895
--- a/main.cpp Wed Dec 08 08:04:12 2021 +0000
+++ b/main.cpp Wed Dec 08 08:07:07 2021 +0000
@@ -21,8 +21,7 @@
for(int i=0; i<10; i++){
display=0x1000+seg7[i];
HAL_Delay(500);
- display=0x2000+seg7[0];
- HAL_Delay(500);
+
}
}
}