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.
Diff: user.h
- Revision:
- 1:4f8eaf28aea5
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/user.h Wed Jun 23 09:36:43 2021 +0000
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ user.h -> fichier de fonctions
+
+ Gestion des 2 DELs de la carte CPU
+*******************************************************************************/
+
+// Initialistion du µC, Tests divers
+void Init_System(void) {
+
+// Hello World
+ pc.printf("\r\nIniSat V2 : TP1\r\n\n");
+
+// Test de l'horloge Systeme
+ pc.printf("Horloge CPU a %d Hz\r\n", SystemCoreClock);
+}
+
\ No newline at end of file