2020-11-24 00:49:27 +08:00
|
|
|
/*
|
2021-03-14 15:18:33 +08:00
|
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
2020-11-24 00:49:27 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2020-11-15 xckhmf First Verison
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#ifndef __DRV_I2C_H__
|
|
|
|
#define __DRV_I2C_H__
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* __DRV_I2C_H__ */
|