diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-02 14:45:40 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-02 14:45:40 -0400 |
| commit | e3a880051ccf1ba9a16fd9cf031b7386b2533bf1 (patch) | |
| tree | 96a096b2a668bf7b7929385ebb54c1a3cbd1b9d2 /project/Core/Inc/GPIO.h | |
| parent | 0ff718e7cd7159c30636aa323a666ac1af684f63 (diff) | |
| download | 340-repo-Sowgro-e3a880051ccf1ba9a16fd9cf031b7386b2533bf1.tar.gz 340-repo-Sowgro-e3a880051ccf1ba9a16fd9cf031b7386b2533bf1.tar.bz2 340-repo-Sowgro-e3a880051ccf1ba9a16fd9cf031b7386b2533bf1.zip | |
Organized project
Diffstat (limited to 'project/Core/Inc/GPIO.h')
| -rw-r--r-- | project/Core/Inc/GPIO.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/project/Core/Inc/GPIO.h b/project/Core/Inc/GPIO.h deleted file mode 100644 index cb602d8..0000000 --- a/project/Core/Inc/GPIO.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * 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_ */ |
