Small code refactor and began using freertos tasks
This commit is contained in:
13
include/COMMANDS.h
Normal file
13
include/COMMANDS.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
/**
|
||||
* @brief These are the serial commands that the board supports
|
||||
*/
|
||||
enum Commands : uint8_t{
|
||||
BoardState = 0,
|
||||
PING = 1,
|
||||
SetStackColors = 2,
|
||||
GoToIdle = 3
|
||||
};
|
||||
Reference in New Issue
Block a user