drv_i2c.h 351 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2020-11-15 xckhmf First Verison
  9. *
  10. */
  11. #ifndef __DRV_I2C_H__
  12. #define __DRV_I2C_H__
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif /* __DRV_I2C_H__ */