From 11eb2e9e1c87bf5f5d4a54326adc9cff031b85b7 Mon Sep 17 00:00:00 2001 From: qvisten999 Date: Wed, 8 Dec 2021 09:46:05 +0100 Subject: [PATCH] update of readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc0c955..4c2c99f 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ The ESP32 pin connection to the SCD30 sensor is as follows: - 3.3V > 3V - GND > GND -`import scd30 +``` +import scd30 main: -... -` + ... +``` See the `examples` folder for more examples