Volltextergebnisse:
- programmversion_0.1
- // e-Paper Display Waveshare 7,5 Zoll Serial.println(); Serial.println("Setup Display"); display.init(115200); // enable diagnostic output on Serial display.setRotation(0); Serial.println("Setup done"); // Air Quality Sensor SGP30 if (! sgp.begin()){ Serial.println("Sensor not found :("); while (1); } Seri