Skip to content
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

Raspberry Pico #8

Open
pschatzmann opened this issue Mar 28, 2021 · 1 comment
Open

Raspberry Pico #8

pschatzmann opened this issue Mar 28, 2021 · 1 comment

Comments

@pschatzmann
Copy link

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...

@pschatzmann
Copy link
Author

I have an implementation now: https://github.com/pschatzmann/pico-arduino/blob/main/examples/codedronediy
I hope I did not get it wrong...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant