RPi.GPIO
Posted: Sat Jun 10, 2017 4:08 pm
According to the wiki, there is a package for it, but I cannot find it
Code: Select all
python
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import RPi.GPIO
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named RPi.GPIO