Esp32 sys info (#1829)

* Add files via upload

* Update defines.h

* Update main.cpp
This commit is contained in:
Nicolas Liaudat
2023-01-14 10:14:24 +01:00
committed by GitHub
parent ec8de6287f
commit adfe2d57d6
6 changed files with 337 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
#include "../../include/defines.h"
#ifdef DEBUG_ENABLE_PERFMON
#ifndef COMPONENTS_PERFMON_INCLUDE_PERFMON_H_
#define COMPONENTS_PERFMON_INCLUDE_PERFMON_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "esp_err.h"
esp_err_t perfmon_start();
#ifdef __cplusplus
}
#endif
#endif /* COMPONENTS_PERFMON_INCLUDE_PERFMON_H_ */
#endif //DEBUG_ENABLE_PERFMON