mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29: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>