diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-27 14:24:40 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-27 14:24:40 +0100 |
commit | a74b1e75fd9a585e3fc0d087661b413058425990 (patch) | |
tree | b663d325cf0e6eeb6653a499ee8677cb14adb824 | |
parent | fcc6d4cb4091d81fcfb76a88c09933422a9572e8 (diff) |
README: link to project homepage
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ # ESP8266 Lua/NodeMCU module for Sensirion SEN5x PM sensors -This repository contains an ESP8266 NodeMCU Lua module (`sen5x.lua`) as well as -MQTT / HomeAssistant / InfluxDB integration example (`init.lua`) for -**Sensirion SEN5x** I²C particulate matter, VOC, and NOx sensors connected via -I²C. +[esp8266-nodemcu-sen5x](https://finalrewind.org/projects/esp8266-nodemcu-sen5x/) +provides an ESP8266 NodeMCU Lua module (`sen5x.lua`) as well as MQTT / +HomeAssistant / InfluxDB integration example (`init.lua`) for **Sensirion +SEN5x** I²C particulate matter, VOC, and NOx sensors connected via I²C. ## Dependencies |