adafruit / Adafruit-Raspberry-Pi-Python-Code

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

Rust #163

Closed Dmole closed 4 years ago

Dmole commented 5 years ago

Some of the Python code for the lower powered pies is just too heavy and ends up using C bindings or getting ported... this article https://opensource.com/article/19/3/physical-computing-rust-raspberry-pi Informs us that there is an alternative Library already under development.

ladyada commented 4 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!