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.h
- Revision:
- 35:bda112796505
- Parent:
- 33:31271a36a9a4
- Child:
- 36:9854127b69b4
- Child:
- 39:b069cf6be013
--- a/main.h Thu May 16 10:29:54 2019 +0000 +++ b/main.h Thu May 16 18:03:02 2019 +0000 @@ -4,6 +4,10 @@ #include "Trace.h" //Ces fonctions servent à afficher des choses sur l'écrant de la STM32 #include "codeurRotatifRelatif.h" //Ces fonctions srvent à l'utilisation du codeur rotatif à relatif. #include "horloge.h" //Ces fonctions sont relative à la manipulation du temps. +#include "Tick.h" //Ces fonctions remplace le besoin d'une RTC + +#define ever ;; +#define DEBUG 1 //Mettre 1 si on est un train de faire des tests, mettre 0 sinon /* Pinout: @@ -29,7 +33,7 @@ Côté gauche: . -B -> +B -> PE_4 Ga -> PG_9 Dr -> PG_3 B -> PG_2 @@ -43,7 +47,7 @@ o o o o o o o o o o PC13 PE6 -o o PE_5 o +o o PE5 PE4 o PC3 o o o o o o o o o o @@ -51,7 +55,7 @@ o o PB7 o o o o PB4 o o o o -o o o o +o o o PG13 -> alarme o o o o o o o PG9 o o o o
