Arduino AudioKit HAL
audio_system.h
Go to the documentation of this file.
1 /**
2  * @file audio_system.h
3  * @author Phil Schatzmann
4  * @brief esp_system functionality only for ESP32
5  * @date 2021-12-12
6  *
7  * @copyright Copyright (c) 2021
8  *
9  */
10 #pragma once
11 #ifdef ESP32
12 #include "esp_system.h"
13 #endif