5#ifndef PLATFORM_PRINT_H
6#define PLATFORM_PRINT_H
31 static constexpr size_t maxCommandSize = 15;
32 typedef std::array<char, maxCommandSize> Command;
34 static constexpr uint8_t maxCommands = 2;
35 std::array<Command, maxCommands> commandList;
36 uint8_t commandCount = 0;
Program scope.
Definition: control_fixed_modes.hpp:12
Convertion header to use the print and debug functions from C code.