2022-09-12 19:36:11 +08:00
|
|
|
/**************************************************************************//**
|
|
|
|
*
|
|
|
|
* @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2020-1-16 Wayne First version
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
#ifndef __SENSOR_NCT7717U_H__
|
|
|
|
#define __SENSOR_NCT7717U_H__
|
|
|
|
|
2022-12-29 15:15:13 +08:00
|
|
|
#include "rtdevice.h"
|
2022-09-12 19:36:11 +08:00
|
|
|
|
|
|
|
int rt_hw_nct7717u_init(const char *name, struct rt_sensor_config *cfg);
|
|
|
|
|
|
|
|
#endif /* __SENSOR_MAX31875_H__ */
|