drv_i2c.h 286 B

1234567891011121314
  1. /*
  2. /*
  3. * Copyright (c) 2006-2018, RT-Thread Development Team
  4. *
  5. * SPDX-License-Identifier: Apache-2.0
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2017-06-05 tanek first implementation.
  10. */
  11. #ifndef __DRV_I2C__
  12. #define __DRV_I2C__
  13. int hw_i2c_init(void);
  14. #endif