README: example code formatting fix

This commit is contained in:
Simon Albinsson
2018-04-22 20:05:15 +00:00
parent 561d4bd1c4
commit d8ce0e478c

View File

@@ -4,6 +4,7 @@ Program to read eCO_2 and TVOC from the [SGP30 sensor](https://www.sensirion.com
Quick usage-example:
from sgp30 import Sgp30
import time
with SMBusWrapper(1) as bus: