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

7 lines
No EOL
239 B
C

#include "stm32f10x.h"
extern void ConfigHorloge(void);
extern void ConfigBroche(void);
extern int BoutonAppuye(void);
extern void AllumerLED(void);
extern void EteindreLED(void);
extern void TogglePin(GPIO_TypeDef*GPIO, int Broche);