BE_VOILIER/CantoOrvikPilotes/Include/GPIO.h
2025-11-04 09:03:33 +01:00

4 lines
236 B
C

extern int ChercherEtat(GPIO_TypeDef * GPIO, int pin);
extern void ResetBroche(uint32_t GPIO, int Broche);
extern void SetBroche(uint32_t GPIO, int Broche);
extern void ConfigureBroche(uint32_t GPIO, int Broche, int IO, char Mode);