Arduino AudioKit HAL
esp_peripherals.h
1 /**
2  * @brief Dumy empty implementation to prevent compile errors
3  * @author Phil Schatzmann
4  */
5 
6 #pragma once
7 
8 typedef void* esp_periph_handle_t;
9 typedef void* esp_periph_set_handle_t;