/esp32-time

Component used for collect time unit tool

Primary LanguageC

ESP32 Time Component

Component used for collect time unit tool

Usage

git submodule add git@github.com:myfreax/esp32-time.git components/time
void app_main(void) {
  int64_t time_us = time_current_us();
}

Example

The ESP32 Example Project demonstrates how to use IDF framework build application of reusable component