new file: BME280_with_OLED.fzz --> Sketch für Fritzing-Softwaremaster
@@ -1,5 +1,3 @@ | |||
#include <Wire.h> | |||
#include <SPI.h> | |||
#include <stdio.h> | |||
@@ -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 |