ESP-IDF Interface API. More...
ESP-IDF Interface API.
This module implements an interface for ESP-IDF types and functions that are required by RIOT-OS but cannot be included directly due to name conflicts.
For this purpose, the header files of this module declare all the types and functions that are required from the ESP-IDF, but without using the ESP-IDF header files with conflicting names. The implementation of the module then uses the ESP-IDF. In most cases, simple wrapper functions are sufficient.
Files | |
file | gpio.h |
Interface for the ESP-IDF GPIO API. | |
file | uart.h |
Interface for the ESP-IDF UART HAL API. | |