diff --git a/README.md b/README.md index cf3b9c4..ffbceeb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Temperature Logger This is a little program I wrote to talk to an Arduino over USB serial to read -temperature and relative humidity values using a DHT11 sensor. +temperature and relative humidity values using a DHT11 sensor, and put then in a SQLite database. + +![arduino and screen listing temperature and humidity readings](image.jpg) `main.c` is the PC program that does the logging (printing to stdout). diff --git a/image.jpg b/image.jpg new file mode 100644 index 0000000..2b52eac Binary files /dev/null and b/image.jpg differ