We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I've tested sPWM_variable_freqv5.ino on an arduino mega 2650 and i am just getting a regular square wave instead of a spwm Can you help ?
Best regards
The text was updated successfully, but these errors were encountered:
What pins are you using, because the trigger will be a square way, but the output-compare pins should be the spwm.
Sorry, something went wrong.
I've checked every pin from 2 to 13. I just have the trigger, no spwm. I am now testing with sPWM_Basic.ino with no modification.
Best regarsd.
Hi I've checked every pin from 2 to 13. I just have the trigger, no spwm. I am now testing with sPWM_Basic.ino with no modification. Best regarsd.
change some code
DDRB = 0b01100110; // Set PB1 and PB2 as outputs.
The chip between uno and mega is different. You should read the each datasheet to compare them.
No branches or pull requests
Hi
I've tested sPWM_variable_freqv5.ino on an arduino mega 2650 and i am just getting a regular square wave instead of a spwm
Can you help ?
Best regards
The text was updated successfully, but these errors were encountered: