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: LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI
main.cpp@25:004d58f42fbd, 2019-05-10 (annotated)
- Committer:
- ascheriit
- Date:
- Fri May 10 14:38:16 2019 +0000
- Revision:
- 25:004d58f42fbd
- Parent:
- 24:682b9e68dca8
- Child:
- 27:86d38e8d3015
Test de l'heure en cours...
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ascheriit | 5:b2963bf379bb | 1 | #include "main.h" |
| ascheriit | 0:f088dc72fbd4 | 2 | |
| ascheriit | 7:db52e78db1bd | 3 | int main(){ |
| ascheriit | 25:004d58f42fbd | 4 | H_test(); |
| ascheriit | 24:682b9e68dca8 | 5 | wait(30); |
| ascheriit | 7:db52e78db1bd | 6 | return 1; |
| ascheriit | 0:f088dc72fbd4 | 7 | } |
| ascheriit | 0:f088dc72fbd4 | 8 |
