myfreax / esp32-time

Component used for collect time unit tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Component used for collect time unit tool


Languages

Language:C 45.6%Language:Dockerfile 31.3%Language:CMake 23.2%