You've already forked CM4Stack_lvgl
mirror of
https://github.com/m5stack/CM4Stack_lvgl.git
synced 2026-05-20 10:51:21 -07:00
16 lines
234 B
C
16 lines
234 B
C
/**
|
|
* @file tick.h
|
|
* @author Forairaaaaa
|
|
* @brief
|
|
* @version 0.1
|
|
* @date 2023-02-09
|
|
*
|
|
* @copyright Copyright (c) 2023
|
|
*
|
|
*/
|
|
#pragma once
|
|
#include <stdio.h>
|
|
#include <stdint.h>
|
|
#include <sys/time.h>
|
|
|
|
int64_t lvgl_get_tick(); |