SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
b_g431_hal.h
Go to the documentation of this file.
1#ifndef B_G431_ESC1_HAL
2#define B_G431_ESC1_HAL
3
4#if defined(ARDUINO_B_G431B_ESC1)
5
6#include <stm32g4xx_hal_adc.h>
7#include <stm32g4xx_hal_opamp.h>
8
9void MX_GPIO_Init(void);
10void MX_DMA_Init(void);
11void MX_ADC1_Init(ADC_HandleTypeDef* hadc1);
12void MX_ADC2_Init(ADC_HandleTypeDef* hadc2);
13void MX_OPAMP1_Init(OPAMP_HandleTypeDef* hopamp);
14void MX_OPAMP2_Init(OPAMP_HandleTypeDef* hopamp);
15void MX_OPAMP3_Init(OPAMP_HandleTypeDef* hopamp);
16
17#ifndef OPAMP_USE_INTERNAL_CHANNEL
18 #define OPAMP_USE_INTERNAL_CHANNEL 1
19#endif
20#endif
21
22#endif