Skip to content

Commit

Permalink
Readd the complete header for bh1750
Browse files Browse the repository at this point in the history
  • Loading branch information
seblucas committed Jan 3, 2018
1 parent b06b709 commit 682779e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bh1750.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
#!/usr/bin/python
#--------------------------------------
# ___ ___ _ ____
# / _ \/ _ \(_) __/__ __ __
# / , _/ ___/ /\ \/ _ \/ // /
# /_/|_/_/ /_/___/ .__/\_, /
# /_/ /___/
#
# bh1750.py
# Read data from a digital light sensor.
#
# Author : Matt Hawkins
# Date : 15/04/2015
#
# http://www.raspberrypi-spy.co.uk/
#
#--------------------------------------
import smbus
import time

Expand Down

0 comments on commit 682779e

Please sign in to comment.