aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-13 16:50:21 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-03-13 16:51:37 +0100
commitf58b836d0e5ced0e7ad1ddbabb11c04722e78dab (patch)
tree60cc1dfe671d90e80d62ea2936d482f008f2c7e1
parent9af304bf8c7aa3a85ed031caff1b7b2f8f2d5141 (diff)
downloaddht11-sampler-main.tar.gz
add readmemain
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4976b0b
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+DHT11 Sampler
+============
+
+Samples a DHT11 sensor every two seconds and writes the measurement to the
+serial output.
+
+Ports
+-----
+
+Arduino GPIO | DHT11
+-------------+------
+2 | Data
+
+Arduino Power | DHT11
+--------------+------
+GND | GND
+5V | VCC
+
+Usage
+-----
+
+After flashing, read the serial output with (e.g.)
+
+$ screen /dev/ttyACM0 57600