From bc481107298791bf0efd984ecc53dc92b8719878 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 26 Jan 2021 18:26:26 +0100 Subject: Insertion du projet dans sa totalité MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simonnnnn/Core/Inc/led.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 simonnnnn/Core/Inc/led.h (limited to 'simonnnnn/Core/Inc/led.h') diff --git a/simonnnnn/Core/Inc/led.h b/simonnnnn/Core/Inc/led.h new file mode 100644 index 0000000..50c9084 --- /dev/null +++ b/simonnnnn/Core/Inc/led.h @@ -0,0 +1,18 @@ +/* + * led.h + * + * Created on: 2 déc. 2020 + * Author: root + */ + +#ifndef INC_LED_H_ +#define INC_LED_H_ + +#include "stm32l053xx.h" +typedef struct +{ +GPIO_TypeDef * gpioPort; +uint16_t pin; +}LED_TypeDef; + +#endif /* INC_LED_H_ */ -- cgit v1.2.3