sggt/App/DAC7811/dac7811.h

12 lines
198 B
C

#ifndef __DAC7811_H
#define __DAC7811_H_
#include "data_type_def.h"
#define CALIBRATE_RES_OHM_OUT_POINTS 11
extern BOOL dac7811_spi_init_flag;
void fun_dac7811_operate(float32 *data_pv);
#endif