sensor_max31875.h 590 B

12345678910111213141516171819202122
  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. * 2020-1-16 Wayne First version
  10. *
  11. ******************************************************************************/
  12. #ifndef __SENSOR_MAX31875_H__
  13. #define __SENSOR_MAX31875_H__
  14. #include "rtdevice.h"
  15. #include "max31875_c.h"
  16. int rt_hw_max31875_init(const char *name, struct rt_sensor_config *cfg);
  17. #endif /* __SENSOR_MAX31875_H__ */