Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Results 3 Arduino issues
Sort by recently updated
recently updated
newest added

Hi, I am running a Atmel328 on 8Mhz and am using the SetPinFrequencySafe(pin,freq) function. It shows some quite interesting behaviour. I start with freq = 100, it outputs PWM 100Hz...

Is 30Hz supported? If yes, how accurate is it? Thanks,

Hi, I want to thank you for the work you did. I noticed that the "SetPinFrequencySafe (TX_PIN, frequency)" function takes 88 microseconds to run, while the "pwmWrite (TX_PIN, 127)" function...