From e3a880051ccf1ba9a16fd9cf031b7386b2533bf1 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 2 Sep 2025 14:45:40 -0400 Subject: Organized project --- project/Core/Inc/Devices/GPIO.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 project/Core/Inc/Devices/GPIO.h (limited to 'project/Core/Inc/Devices/GPIO.h') diff --git a/project/Core/Inc/Devices/GPIO.h b/project/Core/Inc/Devices/GPIO.h new file mode 100644 index 0000000..cb602d8 --- /dev/null +++ b/project/Core/Inc/Devices/GPIO.h @@ -0,0 +1,18 @@ +/* + * gpio.h + * + * Created on: Nov 4, 2021 + * Author: Mitesh Parikh + */ + +#ifndef INC_GPIO_H_ +#define INC_GPIO_H_ + +#include "main.h" + +#define S1_Pin GPIO_PIN_9 +#define S1_GPIO_Port GPIOA + +void GPIO_Init(void); + +#endif /* INC_GPIO_H_ */ -- cgit v1.2.3