118 for( i = 0; i < size; i++ ){
#define COMMANDER_MAX_COMMAND_SIZE
void flush() override
Flush the channel.
size_t write(uint8_t b) override
Write one byte to the channel.
uint8_t buffer[COMMANDER_MAX_COMMAND_SIZE]
int peek() override
Peek the firtst byte from the channel.
int read() override
Read one byte form the channel.
int available() override
Available bytes in the channel.