You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use your project on a Raspberry Pico. The only AVR specific functionality is in MotorsSpeedControl so I need to provide an alternative implementation.
I have one small doubt with the void MotorsSpeedControl::UpdateSpeed(int _id, float _PWM) method.
Is the _PWM argument the pulse width (in the range of MIN_POWER - MAX_POWER ? Or is it something else ?
The naming and data type got me a little bit confused...
The text was updated successfully, but these errors were encountered:
Thanks for your project. this is great work.
I am trying to use your project on a Raspberry Pico. The only AVR specific functionality is in MotorsSpeedControl so I need to provide an alternative implementation.
I have one small doubt with the void MotorsSpeedControl::UpdateSpeed(int _id, float _PWM) method.
Is the _PWM argument the pulse width (in the range of MIN_POWER - MAX_POWER ? Or is it something else ?
The naming and data type got me a little bit confused...
The text was updated successfully, but these errors were encountered: