17     updateBufferedOutputs();
 
   25     const uint8_t bufferLength = this->buffer.getBufferLength();
 
   26     if (this->bitOrder == LSBFIRST)
 
   27         for (uint8_t i = 0; i < bufferLength; i++)
 
   29                             this->buffer.getByte(i));
 
   31         for (int8_t i = bufferLength - 1; i >= 0; i--)
 
   33                             this->buffer.getByte(i));