#ifndef _JJ_VOLTAGE_H_ #define _JJ_VOLTAGE_H_ #include "stdio.h" #include "zf_driver_uart.h" extern float now_vol; void vol_init(); void get_vol(); #endif