From 04eab5f64e17139255235da0a1f10668178d51fe Mon Sep 17 00:00:00 2001 From: Mrna Date: Fri, 11 Oct 2024 17:14:26 +0200 Subject: [PATCH] Added README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8aa73ba --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# SGP40 library + +Simple library for [Sensirion SGP40](https://sensirion.com/products/catalog/SGP40) sensors. Work in progress. + +## Usage + +Implement all functions marked by the `__weak__` pragma. + +# License + +This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details. +