SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
stm32f4_hal.h
Go to the documentation of this file.
1#ifndef STM32F4_LOWSIDE_HAL
2#define STM32F4_LOWSIDE_HAL
3
4#include "Arduino.h"
5
6#if defined(STM32F4xx)
7#include "stm32f4xx_hal.h"
8#include "../stm32_adc_hal.h"
9#include "../stm32_mcu.h"
10#include "../stm32_adc_utils.h"
11
12#endif
13
14#endif