summaryrefslogtreecommitdiff
path: root/Core/Inc/led.h
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-01-26 18:26:26 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-01-26 18:26:26 +0100
commitbc481107298791bf0efd984ecc53dc92b8719878 (patch)
tree332af7837f310af85b261611ed016e0e6312262c /Core/Inc/led.h
parent816804c9c114e20d2231258cc346c3714590b9ea (diff)
Insertion du projet dans sa totalité
Diffstat (limited to 'Core/Inc/led.h')
-rw-r--r--Core/Inc/led.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Core/Inc/led.h b/Core/Inc/led.h
deleted file mode 100644
index 50c9084..0000000
--- a/Core/Inc/led.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * 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_ */