drv_i2c.h 170 B

12345678910111213
  1. /*
  2. * Copyright (c) 2022 HPMicro
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef DRV_I2C_H
  7. #define DRV_I2C_H
  8. int rt_hw_i2c_init(void);
  9. #endif /* DRV_I2C_H */