2020-11-24 00:49:27 +08:00
|
|
|
/*
|
2022-12-08 14:37:53 +08:00
|
|
|
* Copyright (c) 2006-2022, 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__ */
|