summaryrefslogtreecommitdiff
path: root/Core/Inc/led.h
blob: 50c90841693851d5ffcd2ae14cb0ea9ff93b2aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_ */