diff --git a/BME280_with_OLED/BME280_with_OLED.PNG b/BME280_with_OLED/BME280_with_OLED.PNG new file mode 100644 index 0000000..a3eeb46 Binary files /dev/null and b/BME280_with_OLED/BME280_with_OLED.PNG differ diff --git a/BME280_with_OLED/BME280_with_OLED.fzz b/BME280_with_OLED/BME280_with_OLED.fzz new file mode 100644 index 0000000..54122c9 Binary files /dev/null and b/BME280_with_OLED/BME280_with_OLED.fzz differ diff --git a/BME280_with_OLED/BME280_with_OLED.ino b/BME280_with_OLED/BME280_with_OLED.ino index a33724f..8f8a733 100644 --- a/BME280_with_OLED/BME280_with_OLED.ino +++ b/BME280_with_OLED/BME280_with_OLED.ino @@ -1,5 +1,3 @@ - - #include #include #include @@ -15,7 +13,6 @@ Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET); - #define BME_SCK 13 #define BME_MISO 12 #define BME_MOSI 11