Boboter
Loading...
Searching...
No Matches
test_task.cpp File Reference
#include "tasks.h"
#include "helpers/delay.h"
#include "helpers/predef_colors.h"
#include "lib/logger/logger.h"
#include "include/robot.h"

Namespaces

namespace  Task
 A namespace containing all the custom FreeRTOS tasks the robot uses.

Functions

void Task::test_task (void *params)

Variables

constexpr const char * TAG = "Task::test_task"
constexpr float MAX_DISPLAY_DISTANCE = 60.0
constexpr float MIN_DISPLAY_DISTANCE = 5.0

Detailed Description

Authors
MarioS271

Variable Documentation

◆ MAX_DISPLAY_DISTANCE

float MAX_DISPLAY_DISTANCE = 60.0
constexpr

◆ MIN_DISPLAY_DISTANCE

float MIN_DISPLAY_DISTANCE = 5.0
constexpr

◆ TAG

const char* TAG = "Task::test_task"
constexpr