Midnight Sun Firmware
Loading...
Searching...
No Matches
thermistor.h
1
#pragma once
2
3
/************************************************************************************************
4
* @file thermistor.h
5
*
6
* @brief Header file for thermistor module
7
*
8
* @date 2025-09-29
9
* @author Midnight Sun Team #24 - MSXVI
10
************************************************************************************************/
11
12
/* Standard library Headers */
13
#include <stdint.h>
14
15
/* Inter-component Headers */
16
17
/* Intra-component Headers */
18
25
uint16_t calculate_board_thermistor_temperature(uint16_t thermistor_voltage_mv);
26
projects
rear_controller
inc
thermistor.h
Generated by
1.9.5