summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-02-01 20:28:32 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-02-01 20:28:32 +0100
commit3062f9b3b900d1c97a25f8afca5ccf099275f815 (patch)
tree9c6baa1697f5f3feae2c50c62028ee68ac894705
parentd748357ca394ac2eecc452d0f9e530188082c720 (diff)
README: Example: fix typo (it's "mh_z19", not "mhz19")HEADmain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 018e315..fafb45c 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ function uart_callback(data)
end
end
-port:write(mhz19.c_query)
+port:write(mh_z19.c_query)
```
The sensor performs a CO₂ measurement every one to five seconds, depending on hardware revision.