48. SPI Data Frame

Question.4

Which waveform will be displayed on DSO? (after executing the following code)

Arduino code:

#include <SPI.h>

void setup() {
  SPI.begin();
  delay(2000);
}

void loop() {
}

Select Answer