21 lines
509 B
C
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__ */
|