David Reher
Results
2
comments of
David Reher
Hey, are you making progress on this? I cannot get it up and running ... I always get ``` System.EntryPointNotFoundException: softPwmCreate at (wrapper managed-to-native) WiringPi.GPIO:softPwmCreate (int,int,int) ``` In `softPwm.h` it...
Since softPwm is not that complicated I tried to implement it on my own, but now I get ``` mono: symbol lookup error: /home/osmc/monoLedColor/libwiringPi.so: undefined symbol: softPwmStop ``` although I...