-
Notifications
You must be signed in to change notification settings - Fork 131
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
Current controller counter issue in motor.c #151
Comments
Good catch! |
no probs - any idea why I can't open issues for the Android App too?
…On Mon, 12 Apr 2021 at 15:34, casainho ***@***.***> wrote:
Good catch!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#151 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASRDIVWY4YMPO3N45CT7ETLTIMAF3ANCNFSM42Y5T7XQ>
.
|
Was disabled. You can now. |
OK great thanks
…On Tue, 13 Apr 2021, 12:35 casainho, ***@***.***> wrote:
no probs - any idea why I can't open issues for the Android App too?
Was disabled. You can now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#151 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASRDIVQZSNQUV3N57FX22C3TIQT75ANCNFSM42Y5T7XQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ui16_motor_speed_controller_counter never gets reset after firing so will fire lots more than expected... means it fires most of the time - only not firing for 2000 pwm cycles just after ui16_motor_speed_controller_counter wraps back to 0...
Not tested - just noticed as part of porting mspider65's changes across
The equivalent current counter gets reset ok - so would work as expected...
The text was updated successfully, but these errors were encountered: