-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orange Pi 3 LTS #9
Comments
Simply put it compiles, but it does not work, same issue on PC2 |
Maybe it can help you, for my Orange Pi 3 LTS I use a Python program that runs C threads, I installed this lib https://github.com/orangepi-xunlong/wiringOP and I am using C to control GPIO but there https://3kinvention.pl/kurs-django-robot-3/ is written (in Polish but you can easy translate to English) how to write function in python to control GPIO (with a not too high frequency) based on these libraries for C |
Tnx, I'm ussing wiringPi for manual testing, but |
Hi, I installed this lib on my Orange Pi 3 LTS and for instance when I used example code blink_led.py I changed setboard to GPIO.PI3 and code worked witout error but also without impact on GPIO, when I used lib from this https://github.com/orangepi-xunlong/wiringOP and used bash or C, all working properly, Could you help and write what I can do to setup GPIO with Python on Orange Pi 3 LTS?
The text was updated successfully, but these errors were encountered: