arduino-audio-tools
Loading...
Searching...
No Matches
STM32.h
Go to the documentation of this file.
1#pragma once
2
3// Dependendency: https://github.com/stm32duino/STM32FreeRTOS
4
5#if defined(ARDUINO_ARCH_STM32)
6# if __has_include("STM32FreeRTOS.h")
7# include "STM32FreeRTOS.h"
8# include "RTOS.h"
9# define USE_FREETROS
10# else
11# warning("STM32FreeRTOS not found")
12# endif
13
17
18#endif