drv_i2c.h 555 B

123456789101112131415161718192021222324
  1. /*
  2. * File : drv_iic.c
  3. * This file is part of RT-Thread RTOS
  4. * COPYRIGHT (C) 2017 RT-Thread Develop Team
  5. *
  6. * The license and distribution terms for this file may be
  7. * found in the file LICENSE in this distribution or at
  8. * http://www.rt-thread.org/license/LICENSE
  9. *
  10. * Change Logs:
  11. * Date Author Notes
  12. * 2017-06-05 tanek first implementation.
  13. */
  14. #ifndef STM32F4XX_IIC_INCLUDED
  15. #define STM32F4XX_IIC_INCLUDED
  16. #include <rtthread.h>
  17. #include <drivers/i2c.h>
  18. #include "stm32f4xx_hal.h"
  19. #endif // STM32F20X_40X_SPI_H_INCLUDED