examples: add esp_timer example

This commit is contained in:
Ivan Grokhotkov
2018-06-01 12:36:34 +02:00
parent d7d559a489
commit 2f5cd89833
7 changed files with 296 additions and 0 deletions

View File

@@ -43,6 +43,11 @@ Unlike `gettimeofday` function, values returned by :cpp:func:`esp_timer_get_time
- Start from zero after the chip wakes up from deep sleep
- Do not have timezone or DST adjustments applied
Application Example
-------------------
The following example illustrates usage of ``esp_timer`` APIs: :example:`system/esp_timer`.
API Reference
-------------