This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Wire.h> | |
| #include <Adafruit_AHTX0.h> | |
| #include <Adafruit_BMP280.h> | |
| #define SDA_PIN 4 | |
| #define SCL_PIN 5 | |
| Adafruit_AHTX0 aht; | |
| Adafruit_BMP280 bmp; |