All public logs

From Federal Burro of Information
Jump to navigationJump to search

Combined display of all available logs of Federal Burro of Information. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:28, 17 December 2022 David talk contribs created page Esp32/esp32 bme680 http (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...")