commit c1a64a2a20ee17c1d3f06f73826c44196f73052c
parent b652212aa899a377c4cd8cc30d43fe7d29118747
Author: Brian C. Lane <bcl@brianlane.com>
Date: Wed, 13 May 2026 20:36:47 -0700
README.md: Add pointer to sgp30 example code
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -21,3 +21,5 @@ Organic Compunds (TVOC) in the air. You can purchase the sensor from the usual
places, including from [AdaFruit](https://www.adafruit.com/product/3709).
The datasheet can be [found here](https://cdn-learn.adafruit.com/assets/assets/000/050/058/original/Sensirion_Gas_Sensors_SGP30_Datasheet_EN.pdf).
+
+See the example code in `sgp30/example_test.go`.