This repository has been archived on 2025-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
#ifndef __NTC_H__
|
|
#define __NTC_H__
|
|
#include "lib.h"
|
|
extern void ntc_init(void);
|
|
extern float32_t ntc_get_temp(uint16_t adc);
|
|
#endif
|