Sming Framework API
()
Toggle main menu visibility
Sming
Arch
Esp32
Components
driver
include
driver
periph_ctrl.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <esp_idf_version.h>
4
5
#if ESP_IDF_VERSION_MAJOR < 5
6
#include_next <driver/periph_ctrl.h>
7
#else
8
#include <esp_private/periph_ctrl.h>
9
#endif
Generated by
1.8.17