esp_timer.h 158 B

123456789101112131415
  1. #pragma once
  2. #include <stdint.h>
  3. #include <stdio.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. int64_t esp_timer_get_time(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif