new file: BME280_with_OLED.PNG --> Skizze Schaltungsaufbau
new file: BME280_with_OLED.fzz --> Sketch für Fritzing-Software
This commit is contained in:
parent
23551069a8
commit
7b3f2f0004
BIN
BME280_with_OLED/BME280_with_OLED.PNG
Normal file
BIN
BME280_with_OLED/BME280_with_OLED.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
BIN
BME280_with_OLED/BME280_with_OLED.fzz
Normal file
BIN
BME280_with_OLED/BME280_with_OLED.fzz
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user