4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-04 21:54:34 +08:00

14 lines
170 B
C
Raw Normal View History

/*
* Copyright (c) 2022 HPMicro
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef DRV_I2C_H
#define DRV_I2C_H
int rt_hw_i2c_init(void);
#endif /* DRV_I2C_H */