@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
Nick Bonifacio
@Nick Bonifacio
0
Reputation
2
Posts
757
Profile views
0
Followers
0
Following
Best posts made by Nick Bonifacio
This user hasn't posted anything yet.
Latest 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!