Arduino AudioKit HAL
src
audio_types.h
Go to the documentation of this file.
1
/**
2
* @file audio_types.h
3
* @author Phil Schatzmann
4
* @brief Platform independent audio types
5
* @date 2021-12-12
6
*
7
* @copyright Copyright (c) 2021
8
*
9
*/
10
#pragma once
11
#ifdef ESP32
12
#include "
audio_types.h
"
13
#else
14
#include <stdint.h>
15
#include <stddef.h>
16
#include <stdbool.h>
17
#endif
audio_types.h
Platform independent audio types.
Generated by
1.9.1