SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
stm32g4_hal.h
Go to the documentation of this file.
1#ifndef STM32G4_LOWSIDE_HAL
2#define STM32G4_LOWSIDE_HAL
3
4#include "Arduino.h"
5
6#if defined(STM32G4xx) && !defined(ARDUINO_B_G431B_ESC1)
7
8#include "stm32g4xx_hal.h"
9#include "../stm32_mcu.h"
10#include "../stm32_adc_utils.h"
11#include "../stm32_adc_hal.h"
12
13
14#endif
15
16#endif