jpbarraca / pynrf24

Python port of the RF24 library for NRF24L01+ radios.
GNU General Public License v2.0
152 stars 84 forks source link

Make library python3 compatible. #7

Closed selaux closed 9 years ago

selaux commented 10 years ago

I don't know about Adafruit_BBIO.GPIO, but RPi.GPIO can be used in Python 3 as well, so supporting Python 3 could be useful for some users.

jpbarraca commented 9 years ago

Adafruit_BBIO.GPIO seems to be tied to Python2 :( will keep this request pending. thanks!

selaux commented 9 years ago

That should not introduce problems, the library stays Python 2 compatible as well. But it enables RPi.GPIO-users to chose Python 3 as their runtime.