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