15 lines
146 B
C
15 lines
146 B
C
/*
|
|
* iic.h
|
|
*
|
|
* Created on: Oct 24, 2021
|
|
* Author: wuwenfeng
|
|
*/
|
|
|
|
#ifndef IIC_H_
|
|
#define IIC_H_
|
|
|
|
#include "main.h"
|
|
|
|
|
|
#endif /* IIC_H_ */
|