Does anybody have separate code to Soft PWM with a Rasperry in Freepascal?
function softPwmCreate(pin,value,range:longint):longint;cdecl;external;
procedure softPwmWrite(pin,value:longint);cdecl;external;
I am now using libWiringpi , but i want to step over to PXL
Maybe somebody have serparate code to do this ?
Greets, Wouter van Wegen