Loading...
Searching...
No Matches
drivers.h
1
#ifndef _DRIVERS_H
2
#define _DRIVERS_H
3
4
#include "stm32f439xx.h"
5
6
void
configure_RCC_APB1(
void
);
7
void
configure_RCC_APB2(
void
);
8
void
configure_RCC_AHB1(
void
);
9
void
configure_MISC_GPIO(
void
);
10
void
configure_UART3_GPS(
void
);
11
void
configure_SPI3_LoRa();
12
void
configure_UART6_Serial_2_mini_USB(
void
);
13
void
configure_external_interrupts(
void
);
14
void
EXTI1_IRQHandler(
void
);
15
16
void
TIM6init(
void
);
17
void
TIM7init(
void
);
18
void
buzzer(
int
count);
19
#endif
Australis-Avionics
Core
Inc
drivers.h
Generated by
1.13.2