da9062.h 509 B

1234567891011121314151617181920
  1. /**************************************************************************//**
  2. *
  3. * @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2021-9-3 Wayne First version
  10. *
  11. ******************************************************************************/
  12. #ifndef __DA9062_H__
  13. #define __DA9062_H__
  14. #include <rtdevice.h>
  15. int rt_hw_da9062_init(const char *i2c_dev);
  16. #endif /* __DA9062_H__ */