#include <Servo.h>
#include <DHT.h>
#include <Adafruit_SSD1306.h>
#include <Wire.h>
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}
#include <Servo.h>
#include <DHT.h>
#include <Adafruit_SSD1306.h>
#include <Wire.h>
void setup() {
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}