9 lines
163 B
C
9 lines
163 B
C
#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 |