An open API service indexing awesome lists of open source software.

https://github.com/myfreax/esp32-time

Component used for collect time unit tool
https://github.com/myfreax/esp32-time

Last synced: 2 months ago
JSON representation

Component used for collect time unit tool

Awesome Lists containing this project

README

        

# ESP32 Time Component

Component used for collect time unit tool

## Usage

```
git submodule add [email protected]:myfreax/esp32-time.git components/time
```

```c
void app_main(void) {
int64_t time_us = time_current_us();
}
```

## Example

The [ESP32 Example Project](https://github.com/myfreax/esp32-example-project) demonstrates how to use IDF framework build application of reusable component