Arduino void printBuffer(int16_t* buff, int16_t length) { for (int i = 0; i < SAMPLES; i++) { Serial.print(buff[i]); Serial.println(";"); } }