从模块读取了数据,还需要一系列算法才能利用这些数据
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* iic.h
|
||||
*
|
||||
* Created on: Aug 21, 2021
|
||||
* Author: wuwenfeng
|
||||
*/
|
||||
|
||||
#ifndef IIC_H_
|
||||
#define IIC_H_
|
||||
#include "main.h"
|
||||
|
||||
void IIC_SAND_DATE(uint16_t DEVICE_ADD,uint16_t IN_DEVICE_ADD,char *DATAS,uint16_t LONG);
|
||||
void IIC_READ_DATE(uint16_t DEVICE_ADD,uint16_t IN_DEVICE_ADD,char *DATAS,uint16_t LONG);
|
||||
|
||||
#endif /* IIC_H_ */
|
||||
Reference in New Issue
Block a user