Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- programmversion_0.1
- 4 Treffer, Zuletzt geändert:
- d setup () {
// Serielle Schnittstelle
Serial.begin(115200);
delay(1000); //Take some time to open ... print Low 4bytes.
// Initialisiert Wire
Wire.begin(25, 26); // SDA, SCL
// Verbindung... Serial.printf("Connecting to %s ", ssid);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CO... 280 initialisieren
bool status;
status = bme.begin();
if (!status) {
Serial.println("Could
- programmversion_0.2
- 4 Treffer, Zuletzt geändert:
- d setup () {
// Serielle Schnittstelle
Serial.begin(115200);
delay(1000); //Take some time to open ... print Low 4bytes.
// Initialisiert Wire
Wire.begin(25, 26); // SDA, SCL
// Verbindung... Serial.printf("Connecting to %s ", ssid);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CO... 280 initialisieren
bool status;
status = bme.begin();
if (!status) {
Serial.println("Could
- programmversion_1.0
- 4 Treffer, Zuletzt geändert:
- // Serielle Schnittstelle
#ifdef DEBUG
Serial.begin(115200);
delay(1000); //Take some time to open ... nds");
#endif
// Initialisiert Wire
Wire.begin(25, 26); // SDA, SCL
// Verbindung... tf("Connecting to %s ", ssid);
#endif
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CO... 280 initialisieren
bool status;
status = bme.begin();
if (!status) {
#ifdef DEBUG
Se