-
-
Notifications
You must be signed in to change notification settings - Fork 64
additional check for turnOffPWM #77
New issue
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
base: master
Are you sure you want to change the base?
Conversation
I just ran into this issue in a personal project. Would love to see this PR merged! |
coding style question - it looks a bit dangerous to use |
replace return; with break;
This is absolutely correct. I can not see, why I used return. There is no point in doing so.... |
Memory usage change @ dfb2462
Click for full report table
Click for full report CSV
|
1st proposal to adjust turnOffPWM to prevent interfering with timers, if the DigitalWrite is using default pins. #75