drv_i2c.h 290 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2017-11-14 勤为本 first version
  9. */
  10. #ifndef LS1C_DRV_I2C_H
  11. #define LS1C_DRV_I2C_H
  12. int ls1c_i2c_init(void);
  13. #endif