mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-25 12:07:23 +08:00
14 lines
170 B
C
14 lines
170 B
C
|
/*
|
||
|
* 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 */
|
||
|
|