*/\r
#define IS_ONEBYTE_COMMAND(dataarr, cb1) (dataarr[0] == cb1)\r
\r
/** Convenience macro, used to determine if the issued command is the given two-byte long command.\r
*\r
*/\r
#define IS_ONEBYTE_COMMAND(dataarr, cb1) (dataarr[0] == cb1)\r
\r
/** Convenience macro, used to determine if the issued command is the given two-byte long command.\r
*\r