From 8d6ceb33dcd6ecbf83e992c0b691668667a3d4f8 Mon Sep 17 00:00:00 2001 From: "Limor \"Ladyada\" Fried" Date: Sat, 11 Aug 2018 12:19:59 -0400 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19fbd8f..25f02b6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,32 @@ Adafruit Python BMP =================== +This library has been deprecated! + +the bmp085 and bmp180 are no longer made, and are replaced by the bmp280 + friends + +we are now only using our circuitpython sensor libraries in python + +we are leaving the code up for historical/research purposes but archiving the repository. + +check out this guide for using the bmp280 with python! +https://learn.adafruit.com/adafruit-bmp280-barometric-pressure-plus-temperature-sensor-breakout + + + + + + + + +Adafruit Python BMP +------------------------ + Python library for accessing the BMP series pressure and temperature sensors like the BMP085/BMP180 on a Raspberry Pi or Beaglebone Black. Designed specifically to work with the Adafruit BMP085/BMP180 pressure sensors ----> https://www.adafruit.com/products/1603 -To install, download the library by clicking the download zip link to the right and unzip the archive somewhere on your Raspberry Pi or Beaglebone Black. Then execute the following command in the directory of the library: +To install, download the library by clicking the download zip link to the right and unzip the archive somewhere on your Raspberry Pi or Beaglebone Black. Then execute the following command in the directory of the library:~~ ```` sudo python setup.py install