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
- Committer:
- Luca1996
- Date:
- 2019-03-14
- Revision:
- 6:4ef1fabb6c47
- Parent:
- 3:f247e962c49f
- Child:
- 9:19f7cac66f50
- Child:
- 22:5b2a7d7c73fa
File content as of revision 6:4ef1fabb6c47:
#include "main.h"
int main()
{
while(1){
Display_H_1();
wait(1);
Display_He_2();
wait(1);
Display_Li_3();
wait(1);
Display_Be_4();
wait(1);
Display_O_8();
wait(1);
Display_C_6();
wait(1);
Display_N_7();
wait(1);
Display_F_9();
wait(1);
}
return 1;
}
