le test

Dependencies:   LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI

Revision:
7:db52e78db1bd
Parent:
5:b2963bf379bb
Child:
14:006b29435bdb
diff -r f247e962c49f -r db52e78db1bd CoderRotatif/Rot.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CoderRotatif/Rot.h	Thu Mar 14 10:11:42 2019 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "LCD_DISCO_F429ZI.h"
+#include "Display_Elements.h"
+
+int CR_readPins(void); //lit la valeur donnée par le codeur rotatif et nous donne en retour un nobr fonction de l'angle
+
+int CR_donneSelection(int); //donne la selection (x/8) en fonction de la position
+
+void CR_test(void); //écrit sur l'écrant le choix fait
\ No newline at end of file