sub setpwm
dim pwm_freq as int = 100 ' 100hz
RunNative ("SetPWMFreq",Null)
end sub
#If C
void SetPWMFreq(B4R::Object* o)
{
analogWriteFreq(b4r_main::_pwm_freq);
}
#End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.