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