4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-27 02:07:24 +08:00
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
563 B
C

/**************************************************************************//**
*
* @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__
#include "sensor.h"
int rt_hw_nct7717u_init(const char *name, struct rt_sensor_config *cfg);
#endif /* __SENSOR_MAX31875_H__ */