drv_i2c.h 234 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef __DRV_I2C_H__
  7. #define __DRV_I2C_H__
  8. #include <rtthread.h>
  9. #include <rtdevice.h>
  10. int rt_hw_i2c_init(void);
  11. #endif