Wayne c9db6ed151
[bsp/nuvoton] Support NuMaker-M467HJ BSP and update drivers. (#6416)
* [bsp/nuvoton] Support NuMaker-M467HJ BSP and update drivers.

* Format files.

Co-authored-by: Wayne Lin <wclin@nuvoton.com>
2022-09-12 07:36:11 -04:00

21 lines
509 B
C

/**************************************************************************//**
*
* @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-9-3 Wayne First version
*
******************************************************************************/
#ifndef __DA9062_H__
#define __DA9062_H__
#include <rtdevice.h>
int rt_hw_da9062_init(const char *i2c_dev);
#endif /* __DA9062_H__ */