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
main.h
- Committer:
- ascheriit
- Date:
- 2019-05-10
- Revision:
- 23:1d4562f7b639
- Parent:
- 22:5b2a7d7c73fa
- Parent:
- 20:f3e8319b7899
- Child:
- 25:004d58f42fbd
File content as of revision 23:1d4562f7b639:
//#include "Display_Elements.h" //Plus utile #include "Rot.h" //Ces fonctions servent à afficher des choses sur l'écrant de la STM32 #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. /* Pinout: Côté droit + -> 3V B -> B -> . . . 5 -> PC_3 6 -> PB_7 7 -> PB_4 1 -> PC_13 8 -> PA_5 2 -> PC_12 3 -> PC_11 4 -> PC_8 Gnd -> Gnd Côté gauche: . B -> Ga -> PG_9 Dr -> PG_3 B -> PG_2 . STM32: 3V 3V o o o o o o o o o o o o o o o o o o o o PC13 o o o o o o PC3 o o o o o o o o o o o PA5 o o o o PB7 o o o o PB4 o o o o o o o o o o o o o o o PG9 o o o o o o o o o o o o o o o o o o PC11 PC12 o o o o o o o o o o o o o o o o o o o o o o o PC8 o o o o o o o o PG2 PG3 o o GND GND GND GND */