CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
firmware
Core
Inc
unit_tests
test_obc_temperature_sensor.h
Go to the documentation of this file.
1
#ifndef INCLUDE_GUARD__TEST_TEMPERATURE_SENSOR_H__
2
#define INCLUDE_GUARD__TEST_TEMPERATURE_SENSOR_H__
3
4
#include <stdint.h>
5
6
uint8_t
TEST_EXEC__OBC_TEMP_SENSOR_convert_raw_to_deg_c
(
void
);
7
uint8_t
TEST_EXEC__OBC_TEMP_SENSOR_configure_precision_values
(
void
);
8
9
#endif
// INCLUDE_GUARD__TEST_TEMPERATURE_SENSOR_H__
TEST_EXEC__OBC_TEMP_SENSOR_configure_precision_values
uint8_t TEST_EXEC__OBC_TEMP_SENSOR_configure_precision_values(void)
Definition
test_obc_temperature_sensor.c:112
TEST_EXEC__OBC_TEMP_SENSOR_convert_raw_to_deg_c
uint8_t TEST_EXEC__OBC_TEMP_SENSOR_convert_raw_to_deg_c(void)
Definition
test_obc_temperature_sensor.c:7
Generated by
1.13.2