mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
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>