Esp32/esp32 bme680 http: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 December 2022

  • curprev 04:2904:29, 17 December 2022David talk contribs 7,150 bytes +116 No edit summary
  • curprev 04:2804:28, 17 December 2022David talk contribs 7,034 bytes +7,034 Created page with "<pre> #include <Wire.h> #include <SPI.h> #include <Adafruit_NeoPixel.h> #include <Adafruit_Sensor.h> #include "Adafruit_BME680.h" // https://www.arduino.cc/reference/en/libraries/wifi// #include <WiFi.h> // #include <Adafruit_NeoPixel.h> // esp32 onboard Neopixel stuff #define PIN 8 #define NUMPIXELS 1 #define DELAYVAL 500 #define SEALEVELPRESSURE_HPA (1013.25) #define I2C_SDA 0 #define I2C_SCL 1 const char* ssid = "Tomato24"; const char* password = ""; // Se..."