1#ifndef INCLUDE_GUARD__TEMPERATURE_SENSOR_TELECOMMAND_DEFS_H__
2#define INCLUDE_GUARD__TEMPERATURE_SENSOR_TELECOMMAND_DEFS_H__
9 char *response_output_buf, uint16_t response_output_buf_len
14 char *response_output_buf, uint16_t response_output_buf_len
19 char *response_output_buf, uint16_t response_output_buf_len
uint8_t TCMDEXEC_obc_read_temperature(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Reads the temperature from the STDS75DS2F in centi-Celsius.
Definition obc_systems_telecommand_defs.c:75
uint8_t TCMDEXEC_obc_read_temperature_complex(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Reads the temperature from the STDS75DS2F and stores it in the provided variable temperature....
Definition obc_systems_telecommand_defs.c:17
uint8_t TCMDEXEC_obc_adc_read_vbat_voltage(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Read the battery voltage using the ADC. Returns the result in mV. Voltage divider ratio is already ap...
Definition obc_systems_telecommand_defs.c:101