A few months ago I started incorporating Phidges into LtSense, a Python app for polling data from environmental sensors. I looked through the data sheets at the time and pulled the following formulas for the sensor types I ordered: '1127': {'type': 'Light', 'units': 'lux', 'data': lambda x: x}, # So...