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.
Revision 1:27f896032e0c, committed 2021-12-08
- Comitter:
- bambusel
- Date:
- Wed Dec 08 08:07:07 2021 +0000
- Parent:
- 0:a29090b0a895
- Commit message:
- JA
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
+
}
}
}