Skip to content

Instantly share code, notes, and snippets.

@JsBergbau
JsBergbau / ccs811Test.py
Created January 23, 2021 17:55
CCS811Tester
#!/usr/bin/python3
import os
import smbus
import time
#On Rasbperry PI please install smbus via sudo apt install python3-smbus
ccs811Address = 0x5A