Files

20 lines
281 B
C
Raw Permalink Normal View History

2023-08-28 09:48:01 +08:00
/*
* 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