/* * Copyright (C) 2022-2023 ArtinChip Technology Co., Ltd. * Authors: Ning Fang */ #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