additional check for turnOffPWM#77
Conversation
|
bridystone seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
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