Ok, The Word Clock works, but I'm really not happy how it turned out. So I have to make a better design for 2020
DHT11 On Arduino Without a Library
I'm still working on my Plant Timer, but the libraries are taking to much space. So I checked out the Datasheet of the DHT11 Temp-sensor and I wrote my own Code. It works perfect. Download it here on my Github // Global Variables int DHT11_Pin = 14; // DHT11 Data Pin int Humidity = 0; … Continue reading DHT11 On Arduino Without a Library