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: ClickClickClouk/codeurRotatifRelatif.h
- Revision:
- 18:1864979c9b3c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ClickClickClouk/codeurRotatifRelatif.h Sun Apr 28 11:25:43 2019 +0000 @@ -0,0 +1,6 @@ +#include "Trace.h" + +#define ever ;; + +int CdRelatif(void); //Cette fonction perme de lire les informations venant du codeur rotatif relatif. Elle revoie en 1 quand on tourne dans un sens, un -1 quand on tourne dans l'autre sens et un 0 quand on apuie sur le bouton. Ce fonctionnement est conforme à ce que l'on veut récupérer de ce bouton. CàD on change un des chiffre de l'heure jusqu'à ce que l'on appuie sur le bouton et là on arrète ou on passe au chiffre suivant. +void cRR_test(void); \ No newline at end of file