14 lines
188 B
C
14 lines
188 B
C
|
|
#pragma once
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include "ui.h"
|
|
|
|
void csi_data_display_task(void *arg);
|
|
void ScreenSSliderLight_function(lv_event_t * e);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |