drv_i2c.h 389 B

1234567891011121314151617181920
  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-06-05 tanek first implementation.
  9. */
  10. #ifndef STM32F4XX_IIC_INCLUDED
  11. #define STM32F4XX_IIC_INCLUDED
  12. #include <rtthread.h>
  13. #include <drivers/spi.h>
  14. #include "stm32f4xx_hal.h"
  15. #endif // STM32F20X_40X_SPI_H_INCLUDED