hw_i2c.h 305 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2018-01-04 Sundm75 the first version
  9. */
  10. #ifndef LS1C_I2C_H
  11. #define LS1C_I2C_H
  12. #include <rtthread.h>
  13. int rt_i2c_init(void);
  14. #endif