mirror of
https://github.com/m5stack/esp-idf.git
synced 2026-05-20 10:40:32 -07:00
5806e57773
Added the following new APIs to the esp_timer module: - esp_timer_get_period(): Returns the period of a timer in microseconds. - esp_timer_get_expiry_time(): Returns the timeout value of a one-shot timer in microseconds. Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>