From f862936aaaf4d0c06de34ae8d2311e0303a17df2 Mon Sep 17 00:00:00 2001 From: Liam MacLeod Date: Mon, 27 Feb 2023 01:47:35 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9911b99..a633c92 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ from scd30 import SCD30 i2cbus = I2C(1) scd30 = SCD30(i2c, 0x61) +scd30.start_continous_measurement() while True: # Wait for sensor data to be ready to read (by default every 2 seconds)