-
Notifications
You must be signed in to change notification settings - Fork 0
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
[question] BeagleBone Black #1
Comments
I haven't ever used a BeagleBone sadly, but there's no reason it shouldn't I haven't worked on this in a long time, but it was a few parameter Hi, does this work with the BeagleBone Black board? — |
I gave the code another look, and a lot of the code uses Raspberry Pi gpio
calls. You would have to change all the wiringPi and gpio references to
whatever BeagleBone's calls are.
|
Hi, thank you for the fast response. Yes, I see that all I need to change is the wiringPi scripts in order to port it to the BeagleBone. I will give it a try. |
Hi, does this work with the BeagleBone Black board?
The text was updated successfully, but these errors were encountered: