init
This commit is contained in:
10
SYSTEM/gpio/gpio.h
Normal file
10
SYSTEM/gpio/gpio.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _GPIO_H
|
||||
#define _GPIO_H
|
||||
#include "stm32f4xx.h" // Device header
|
||||
|
||||
#define PPS_PIN GPIO_PIN_5
|
||||
#define PPS_GPIO_PORT GPIOB
|
||||
|
||||
extern void GPIO_Init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user