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@6:4ef1fabb6c47, 2019-03-14 (annotated)
- Committer:
- Luca1996
- Date:
- Thu Mar 14 10:59:43 2019 +0000
- Revision:
- 6:4ef1fabb6c47
- Parent:
- 3:f247e962c49f
- Child:
- 9:19f7cac66f50
- Child:
- 22:5b2a7d7c73fa
Code affichage a jour
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Luca1996 | 3:f247e962c49f | 1 | #include "main.h" |
ascheriit | 0:f088dc72fbd4 | 2 | |
ascheriit | 0:f088dc72fbd4 | 3 | int main() |
Luca1996 | 2:775406d73f0b | 4 | { |
Luca1996 | 6:4ef1fabb6c47 | 5 | while(1){ |
Luca1996 | 6:4ef1fabb6c47 | 6 | Display_H_1(); |
Luca1996 | 6:4ef1fabb6c47 | 7 | wait(1); |
Luca1996 | 6:4ef1fabb6c47 | 8 | Display_He_2(); |
Luca1996 | 6:4ef1fabb6c47 | 9 | wait(1); |
Luca1996 | 6:4ef1fabb6c47 | 10 | Display_Li_3(); |
Luca1996 | 6:4ef1fabb6c47 | 11 | wait(1); |
Luca1996 | 6:4ef1fabb6c47 | 12 | Display_Be_4(); |
Luca1996 | 6:4ef1fabb6c47 | 13 | wait(1); |
Luca1996 | 6:4ef1fabb6c47 | 14 | Display_O_8(); |
Luca1996 | 6:4ef1fabb6c47 | 15 | wait(1); |
Luca1996 | 6:4ef1fabb6c47 | 16 | Display_C_6(); |
Luca1996 | 6:4ef1fabb6c47 | 17 | wait(1); |
Luca1996 | 6:4ef1fabb6c47 | 18 | Display_N_7(); |
Luca1996 | 6:4ef1fabb6c47 | 19 | wait(1); |
Luca1996 | 6:4ef1fabb6c47 | 20 | Display_F_9(); |
Luca1996 | 6:4ef1fabb6c47 | 21 | wait(1); |
Luca1996 | 6:4ef1fabb6c47 | 22 | } |
Luca1996 | 6:4ef1fabb6c47 | 23 | return 1; |
ascheriit | 0:f088dc72fbd4 | 24 | } |
ascheriit | 0:f088dc72fbd4 | 25 |