rt-thread-official/bsp/lpc54114-lite/drivers/drv_i2c.h

16 lines
229 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __DRV_I2C_H__
#define __DRV_I2C_H__
#include <rtthread.h>
#include <rtdevice.h>
int rt_hw_i2c_init(void);
#endif