2017-11-22 13:12:11 +08:00
|
|
|
/*
|
2018-12-24 18:49:00 +08:00
|
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
2017-11-22 13:12:11 +08:00
|
|
|
*
|
2018-12-24 18:49:00 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2017-11-22 13:12:11 +08:00
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
2018-12-24 18:49:00 +08:00
|
|
|
* 2017-11-14 勤为本 first version
|
2017-11-22 13:12:11 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef LS1C_DRV_I2C_H
|
|
|
|
#define LS1C_DRV_I2C_H
|
|
|
|
|
|
|
|
int ls1c_i2c_init(void);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|