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
Horloges/horloge.h
- Committer:
- ascheriit
- Date:
- 2019-05-10
- Revision:
- 24:682b9e68dca8
- Parent:
- 20:f3e8319b7899
- Child:
- 25:004d58f42fbd
File content as of revision 24:682b9e68dca8:
#include "Trace.h"
#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
