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