SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
stm32l4_hal.h
Go to the documentation of this file.
1#ifndef STM32L4_LOWSIDE_HAL
2#define STM32L4_LOWSIDE_HAL
3
4#include "Arduino.h"
5
6#if defined(STM32L4xx)
7
8#include "stm32l4xx_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