Files
QD4C-firmware/app/jj_voltage.h

9 lines
163 B
C
Raw Normal View History

2024-06-16 20:49:57 +08:00
#ifndef _JJ_VOLTAGE_H_
#define _JJ_VOLTAGE_H_
#include "stdio.h"
#include "zf_driver_uart.h"
2024-06-27 02:28:12 +08:00
extern float now_vol;
void vol_init();
void get_vol();
2024-06-16 20:49:57 +08:00
#endif