hw_i2c.h 306 字节
Newer Older
1
/*
2
 * Copyright (c) 2006-2018, RT-Thread Development Team
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
5 6 7 8 9 10 11 12 13 14 15 16 17 18
 *
 * Change Logs:
 * Date           Author       Notes
 * 2018-01-04     Sundm75        the first version
 */

#ifndef LS1C_I2C_H
#define LS1C_I2C_H

#include <rtthread.h>

int rt_i2c_init(void);

#endif