Skip to content

Instantly share code, notes, and snippets.

View bwaldvogel's full-sized avatar

Benedikt Waldvogel bwaldvogel

View GitHub Profile
@bwaldvogel
bwaldvogel / bh1750.py
Last active January 8, 2017 15:25 — forked from oskar456/bh1750.py
BH1750 python library
#!/usr/bin/env python2
# vim: expandtab ts=4 sw=4
# Inspired by http://www.raspberrypi-spy.co.uk/2015/03/bh1750fvi-i2c-digital-light-intensity-sensor/
import smbus
import time
class BH1750():
""" Implement BH1750 communication. """