17 lines
282 B
C
17 lines
282 B
C
|
/*
|
||
|
* Copyright (c) 2006-2020, RT-Thread Development Team
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*
|
||
|
* Change Logs:
|
||
|
* Date Author Notes
|
||
|
* 2021-02-26 Jackistang first version
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __DRV_I2C_H__
|
||
|
#define __DRV_I2C_H__
|
||
|
|
||
|
|
||
|
#endif /* __DRV_I2C_H__ */
|