esp_clk.h: make public, add getters for RTC time, CPU/APB freq

This commit is contained in:
Ivan Grokhotkov
2017-09-22 23:04:16 +08:00
parent f13623d97d
commit 37e9bc715c
5 changed files with 96 additions and 27 deletions

View File

@@ -64,7 +64,7 @@
#include "esp_app_trace.h"
#include "esp_efuse.h"
#include "esp_spiram.h"
#include "esp_clk.h"
#include "esp_clk_internal.h"
#include "esp_timer.h"
#include "trax.h"