Initial commit

This commit is contained in:
Aurélie Delhaie
2021-12-10 18:44:19 +01:00
commit e196cc3067
2 changed files with 75 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Arduino Temperature/Humidity station
## Components
- OLED Screen SH1106 (128X64)
- DHT22
- a button
## Libraries
- u8g2
- DHT (from https://github.com/markruys/arduino-DHT)