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.
user.h
00001 /******************************************************************************* 00002 user.h -> fichier de fonctions 00003 00004 Test de la carte CPU 00005 00006 Test Port Serie -> Message "IniSat" 00007 Test Horloge du CPU -> Vitesse Horloge 00008 Gestion des 2 DELs -> Clignotement à fréquence différente 00009 *******************************************************************************/ 00010 00011 // Initialistion du µC, Tests divers 00012 void Init_System(void) { 00013 00014 // Hello World 00015 pc.printf("\r\nIniSat V2 : TP1\r\n\n"); 00016 00017 // Test de l'horloge Systeme 00018 pc.printf("Horloge CPU a %d Hz\r\n", SystemCoreClock); 00019 } 00020
Generated on Tue Sep 12 2023 12:20:30 by
