Skip to content
leds.h 228 B
Newer Older
#ifndef LEDS_H_INCLUDED
#define LEDS_H_INCLUDED

#include "stm32f10x_gpio.h"
// allume ou éteint une LED
void allumerLED();
void eteindreLED();

void allumerLED2();
void eteindreLED2();


#endif // LEDS_H_INCLUDED