adafruit / Adafruit-Raspberry-Pi-Python-Code

Adafruit library code for Raspberry Pi
1.43k stars 686 forks source link

Added support for Adafruit HDC1008 (2635) Temperature & Humidity Sensor #142

Closed damoclark closed 4 years ago

damoclark commented 8 years ago

Made the following changes:

  1. Added class and example for Adafruit HDC1008 Temperature & Humidity Sensor (2635)
  2. Added readRaw8 method to Adafruit_I2C.py class
  3. Updated Adafruit_I2C.py to be compatible with Python3
ladyada commented 4 years ago

Thank you for the Pull Request This library has been deprecated in favor of our python3 Blinka library. We have replaced all of the libraries that use this repo with CircuitPython libraries that are Python3 compatible, and support a wide variety of single board/linux computers!

Visit https://circuitpython.org/blinka for more information

CircuitPython has support for almost 200 different drivers, and a as well as FT232H support for Mac/Win/Linux!