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 --- Core/Inc/button.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Core/Inc/button.h (limited to 'Core/Inc/button.h') diff --git a/Core/Inc/button.h b/Core/Inc/button.h deleted file mode 100644 index fff10b7..0000000 --- a/Core/Inc/button.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * button.h - * - * Created on: 2 déc. 2020 - * Author: root - */ - -#ifndef INC_BUTTON_H_ -#define INC_BUTTON_H_ - -#include "stm32l053xx.h" - -typedef struct -{ -GPIO_TypeDef * gpioPort; -uint8_t pin; -uint8_t pull; - -}BUTTON_TypeDef; - -#endif /* INC_BUTTON_H_ */ -- cgit v1.2.3