How to print SDS011 data to SSD1306 OLED by SPI

int rxPin = 0;
int txPin = 1;
SdsDustSensor sds(rxPin, txPin);
...
  Serial.begin(9600);

What type of Arduino are you using?