You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
| Adafruit_CharLCD |https://github.com/adafruit/Adafruit_Python_CharLCD| adafruit-charlcd |[See new character LCD guide](https://learn.adafruit.com/character-lcd-with-raspberry-pi-or-beaglebone-black/overview). |
37
-
| Adafruit_CharLCDPlate |https://github.com/adafruit/Adafruit_Python_CharLCD| adafruit-charlcd |[See new character LCD guide](https://learn.adafruit.com/character-lcd-with-raspberry-pi-or-beaglebone-black/overview). |
38
-
| Adafruit_DHT_Driver |https://github.com/adafruit/Adafruit_Python_DHT| None, must be manually installed to properly compile C extension. | See the [C code for reading the DHT sensor](https://github.com/adafruit/Adafruit_Python_DHT/tree/master/source/Raspberry_Pi_2) in the updated Python driver. |
39
-
| Adafruit_DHT_Driver_Python |https://github.com/adafruit/Adafruit_Python_DHT| None, must be manually installed to properly compile C extension. |[See updated DHT sensor guide](https://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/overview)|
40
-
| Adafruit_I2C |https://github.com/adafruit/Adafruit_Python_GPIO| adafruit-gpio | See [updated I2C code](https://github.com/adafruit/Adafruit_Python_GPIO/blob/master/Adafruit_GPIO/I2C.py) in the Python GPIO library. Import with `import Adafruit_GPIO.I2C as I2C` and create an instance of `I2C.Device` instead of the old `Adafruit_I2C` class. |
41
-
| Adafruit_LEDBackpack |https://github.com/adafruit/Adafruit_Python_LED_Backpack| adafruit-led-backpack |[See new LED backpacks guide.](https://learn.adafruit.com/led-backpack-displays-on-raspberry-pi-and-beaglebone-black/overview)|
|[MAX9744 Class D Amplifier](https://learn.adafruit.com/adafruit-20w-stereo-audio-amplifier-class-d-max9744/overview)|https://github.com/adafruit/Adafruit_Python_MAX9744| adafruit-max9744 |
62
-
|[MCP9808 Temperature Sensor](https://learn.adafruit.com/mcp9808-temperature-sensor-python-library/overview)|https://github.com/adafruit/Adafruit_Python_MCP9808| adafruit-mcp9808 |
|[TMP006 & TMP007 Temperature Sensors](https://learn.adafruit.com/tmp006-temperature-sensor-python-library/overview)|https://github.com/adafruit/Adafruit_Python_TMP| adafruit-tmp |
19
+
This library has been deprecated in favor of <ahref="https://github.com/adafruit/Adafruit_Blinka">our python3 Blinka library</a>. We have replaced all of the libraries that use this repo with CircuitPython libraries that are Python3 compatible, and support a <ahref="https://circuitpython.org/blinka"rel="nofollow">wide variety of single board/linux computers</a>!</p>
20
+
<p>Visit <ahref="https://circuitpython.org/blinka"rel="nofollow">https://circuitpython.org/blinka</a> for more information</p>
21
+
<p>CircuitPython has <ahref="https://circuitpython.readthedocs.io/projects/bundle/en/latest/drivers.html"rel="nofollow">support for almost 200 different drivers</a>, and a as well as <ahref="https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h"rel="nofollow">FT232H support for Mac/Win/Linux</a>!</p>
0 commit comments