From 3c13fc64c7c10e5e08133414d10434a9d30158af Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sun, 22 May 2016 00:39:16 +0200 Subject: [PATCH] does not borrow so heavily from the rpi library anymore --- bme280.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bme280.py b/bme280.py index 600df8c..2b28217 100644 --- a/bme280.py +++ b/bme280.py @@ -1,8 +1,7 @@ # 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 -# below. +# This module borrows from the Adafruit BME280 Python library. Original +# Copyright notices are reproduced below. # # Those libraries were written for the Raspberry Pi. This modification is # intended for the MicroPython and esp8266 boards.