From 9889c1b01178d948a95bb261792421249fc4196d Mon Sep 17 00:00:00 2001 From: lfierz Date: Thu, 30 Jan 2025 08:39:56 +0100 Subject: [PATCH] add deprecation note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9435ec0..a6f0e67 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Python Driver for Sensirion I²C Carbon Dioxide Sensor +This driver repository is deprecated. The Python SCD4x driver has been moved to [https://github.com/Sensirion/python-i2c-scd4x](https://github.com/Sensirion/python-i2c-scd4x). + This repository contains the Python driver to communicate with Sensirion SCD4x CO2 sensors using the I²C interface.