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
- Host: GitHub
- URL: https://github.com/myfreax/esp32-time
- Owner: myfreax
- Created: 2023-05-11T09:27:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T02:56:04.000Z (about 1 year ago)
- Last Synced: 2024-05-31T15:48:48.322Z (11 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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