Merge branch 'feature/esp_timer_example' into 'master'

examples: add esp_timer example

See merge request idf/esp-idf!2494
This commit is contained in:
Angus Gratton
2018-06-11 11:44:45 +08:00
7 changed files with 296 additions and 0 deletions
@@ -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
-------------