STM32 Traffic Control
Loading...
Searching...
No Matches
exti.h
Go to the documentation of this file.
1#ifndef EXTI_H_
2#define EXTI_H_
3
8
9#include "stm32f446xx.h"
10
11// Function Prototypes
12void exti_init(void);
13
14#endif /* EXTI_H_ */
void exti_init(void)
Initializes external interrupt inputs for vehicle detection buttons.
Definition exti.c:28