-
Notifications
You must be signed in to change notification settings - Fork 32
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
Soft PWM Support #5
Comments
Hi, I'll take a look at this on Saturday if I can, then test it out and report back. I hope you enjoy using the library as much as I did writing it! Regards, Dan |
Hey, are you making progress on this? I cannot get it up and running ... I always get
In
When I searched for the symbol, I get the following output: nm -A libwiringPi.so | grep softPwmCreate
libwiringPi.so: U softPwmCreate Best, |
Since softPwm is not that complicated I tried to implement it on my own, but now I get
although I am not using softPwm at all ... |
Hello all, Not sure if this is still supported, but I have install and run according to the readme but I am getting an Unhandled Exception: System.EntryPointFileNotFoundException when running the RunTest methods for all three SPITest methods. I have even tried copying all the files in the same directory as well as using adding the files in a routing path in the app.config with no success. Its rather difficult to debug as I have having to compile the code on a Windows machine and then copy the exe on the my Pi2 Any suggestions would be welcomed. Out of curiosity, why was this project never continued with? Is there a better way of doing this? Thank you |
Hi Trev, HTH, Dan |
Hello,
I am building a quadcopter using a Raspberry PI and C#. At the moment for I2C communication between my Raspberry PI and MPU9150 (works great).
I would like to add motor control so I would need 4 PWM outputs. Does the wrapper support the Software PWM library (https://projects.drogon.net/raspberry-pi/wiringpi/software-pwm-library)?
If not, will adding this to the wrapper work:
It may also be a good idea to add an example of PWM usage to the test console program.
Thanks in advance and with best regards!
The text was updated successfully, but these errors were encountered: