Autodrone
Multi-Domain Vehicle
drv_color.c File Reference

This file is used to change the output color to the terminal. More...

#include "board.h"

Functions

void color (color_e color, bf_e bf)
 Changes color of print text. More...
 
void colorDefault (void)
 Changes color of print to white with no bf. More...
 
void drawAutodrone (void)
 Draws "AUTODRONE" in different colors. More...
 

Detailed Description

This file is used to change the output color to the terminal.

Author
Jeremy Wolfe
Date
03 MAR 22

Function Documentation

◆ color()

void color ( color_e  color,
bf_e  bf 
)

Changes color of print text.

Parameters
uint8_tcolor The color you want to change to.
uint8_tbf If you want bf or not.
Returns
Void.

◆ colorDefault()

void colorDefault ( void  )

Changes color of print to white with no bf.

Returns
Void.

◆ drawAutodrone()

void drawAutodrone ( void  )

Draws "AUTODRONE" in different colors.

Returns
Void.