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

Servo on Raspberry Pi Pico #176

Open
zakki opened this issue Jan 4, 2025 · 0 comments
Open

Servo on Raspberry Pi Pico #176

zakki opened this issue Jan 4, 2025 · 0 comments

Comments

@zakki
Copy link

zakki commented Jan 4, 2025

When #define ENABLE_SERVO is enabled on the Raspberry Pi Pico, the board fails to start.
The issue occurs because MAX_SERVOS is defined as 8, while TOTAL_PINS is 30. This causes an out-of-range access in the ServoFirmata::reset() function.

I'm not using servos in my project, so I have disabled this functionality. As a result, I cannot confirm the exact behavior in detail.

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