#pragma once #define DEBUGLOG_DEFAULT_LOG_LEVEL_INFO #include #include #include #include ///////////// UTIL Functions ///////////////// void printBytes(const char title[], const std::vector &b); void printBytes(const char title[], const std::vector &b); void printBool(const char title[], const std::vector &vals); const std::string printBoolVec(const std::vector &vals); const std::string printHex(const uint8_t val); const std::string printHex(const uint16_t val);