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
Diff: main.cpp
- Revision:
- 27:86d38e8d3015
- Parent:
- 25:004d58f42fbd
- Child:
- 28:8c8b33336a4c
--- a/main.cpp Fri May 10 15:17:54 2019 +0000
+++ b/main.cpp Sun May 12 17:08:35 2019 +0000
@@ -1,7 +1,7 @@
#include "main.h"
int main(){
- H_test();
+ A_test();
wait(30);
return 1;
}
