diff --git a/bme280.py b/bme280.py index 4ca1763..1578612 100644 --- a/bme280.py +++ b/bme280.py @@ -1,4 +1,4 @@ -# Author: Paul Cunnane 2016 +# Authors: Paul Cunnane 2016, Peter Dahlebrg 2016 # # This module borrows heavily from the Adafruit BME280 Python library # and the Adafruit GPIO/I2C library. Original copyright notices are reproduced