Basic_Frame_TypeC_2023_Omni
Loading...
Searching...
No Matches
debug.hpp
1
#ifndef __DEBUG_H
2
#define __DEBUG_H
3
4
#include "subsystems_interfaces.h"
5
#include "subsystems_types.h"
6
7
// TODO: Support setting rbg led to any color.
8
class
Debug
:
public
IDebug
{
9
public
:
10
BoardStatus_t get_board_status(
void
)
override
;
11
void
set_led_state(Board_LED_t led, Board_LED_State_t state)
override
;
12
};
13
14
#endif
Debug
Definition
debug.hpp:8
IDebug
Definition
subsystems_interfaces.h:63
Core
Src
Subsystems
debug.hpp
Generated by
1.14.0