Breakout mit AMS TSL4531 Lichtsensor.
Arduino Library and Examples: Makerblog_TSL45315
Raspberry Pi Library and Examples: WebIOPi TSL4531
from webiopi.devices.sensor.tslXXXX import TSL45315 tsl = TSL45315(0x29) lux = tsl.getLux()