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: Horloges/horloge.h
- Revision:
- 20:f3e8319b7899
- Child:
- 24:682b9e68dca8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Horloges/horloge.h Thu May 09 10:06:16 2019 +0000
@@ -0,0 +1,17 @@
+
+#ifndef DEF_H
+#define DEF_H
+
+struct temps {
+ char heure;
+ char minute;
+};
+
+#endif
+
+//fonctions pour les réglages
+char H_ChangeHour(char,int); //permet de régler l'heure,en comptent le fait que il n'y en a que 24
+char H_ChangeMinute(char,int); //permet de régler la minute,en comptent le fait que il n'y en a que 60
+
+//fonctions pour l'affichage
+void h_afficheHorlogeElemClean(temps mnt,int x,int y,int taille,long long int couleur,long long int fond); //Affiche l'heure avec les éléments
\ No newline at end of file
