@Dan-L I don't think it is best practice haha. Hopefully, someone will chime in and tell us where it goes. What did you end up doing with it?
N
Posts made by Nick Bonifacio
-
RE: Simple Python wrapper and demo
-
RE: Simple Python wrapper and demo
Boom! Works perfectly!
Just for newbies like me (@Dan-L correct me if I am wrong but this is working for me):
Make sure to nano and save pyhelper.py in this directory: /usr/lib/python2.7/importlib
and
change <from gpiohelper import GPIOHelper> to <from pyhelper import GPIOHelper>FYI, I named your files the same as the first line with the hash
Thanks again, Dan!