Autodrone
Multi-Domain Vehicle
logging.c File Reference

This file logs data to the terminal if connected. More...

#include "board.h"

Functions

void printLog (logs_t logType)
 Prints logging data to OpenLager based on which type of data you want. More...
 

Variables

uint8_t log_count = 0
 
char * logData = (char*)0x20011000
 

Detailed Description

This file logs data to the terminal if connected.

Author
Jeremy Wolfe
Date
07 APR 2022

Function Documentation

◆ printLog()

void printLog ( logs_t  logType)

Prints logging data to OpenLager based on which type of data you want.

Parameters
logTypeThe type of data you want.
Returns
Void.

Variable Documentation

◆ log_count

uint8_t log_count = 0

◆ logData

char* logData = (char*)0x20011000