#ifndef __APP_H_ #define __APP_H_ #ifdef __cplusplus extern "C" { #endif #include "main.h" extern long current_mv; extern long max_mv; extern long min_mv; extern float lvgl_linearity; void app_test(void); #ifdef __cplusplus } #endif #endif