adafruit / Adafruit-Raspberry-Pi-Python-Code

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

2s complement for 1015 #111

Closed praveenkashyap closed 5 years ago

praveenkashyap commented 9 years ago

In the code I see that you have taken care of negative numbers for 1115 but not for 1015. I think that both of them use 2s complement arithmetic, so should this correction be applied to 1015 as well?

ladyada commented 5 years ago

Thank you for the Issue! 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!