Text product message

This commit is contained in:
Dan Paulat 2022-01-16 14:28:42 -06:00
parent 03fdd99585
commit 55d856a745
5 changed files with 418 additions and 0 deletions

View file

@ -8,6 +8,7 @@ namespace Characters
{
constexpr char DEGREE = static_cast<char>(0xb0);
constexpr char ETX = static_cast<char>(0x03);
} // namespace Characters
} // namespace common