CTS-SAT-1-OBC-Firmware
|
#include "log/log.h"
#include "log/log_sinks.h"
#include "littlefs/lfs.h"
#include "littlefs/littlefs_helper.h"
#include "comms_drivers/comms_tx.h"
Functions | |
void | LOG_to_file (const char filename[], const char msg[]) |
Sends a log message to a log file. | |
void | LOG_to_umbilical_uart (const char msg[]) |
Sends a log message to the umbilical UART. | |
void | LOG_to_uhf_radio (const char msg[]) |
Sends a log message to the UHF radio. | |
Variables | |
UART_HandleTypeDef | hlpuart1 |
uint8_t | LFS_is_lfs_mounted |
void LOG_to_file | ( | const char | filename[], |
const char | msg[] ) |
Sends a log message to a log file.
filename | full path of the log file |
msg | The message to be logged |
void LOG_to_uhf_radio | ( | const char | msg[] | ) |
Sends a log message to the UHF radio.
msg | The message to be logged |
void LOG_to_umbilical_uart | ( | const char | msg[] | ) |
Sends a log message to the umbilical UART.
msg | The message to be logged |
|
extern |
|
extern |