Using the RPi.GPIO module with Python 3
As stated in the previous article of our furnace control project, Raspian comes pre-installed with a Python module to interact with the GPIO header. However, this module is installed for Python 2.7 only; trying...