Files
luban-lite-t3e-pro/application/os/helloworld/lvgl/meter_demo/meter_ui.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

20 lines
281 B
C

/*
* Copyright (C) 2022-2023 ArtinChip Technology Co., Ltd.
* Authors: Ning Fang <ning.fang@artinchip.com>
*/
#ifndef METER_UI_H
#define METER_UI_H
#ifdef __cplusplus
extern "C" {
#endif
void meter_ui_init();
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif //METER_UI_H