-
Notifications
You must be signed in to change notification settings - Fork 276
Adds Arduino Nano ESP32 support to Servo library #139
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
Conversation
Enables the Servo library to be used with Arduino Nano ESP32 board.
Memory usage change @ c26437f
Click for full report table
Click for full report CSV
|
Ciao @markub3327 ☕ 👋 I no longer work for Arduino and gone is my commit access 😉 |
@aentinger Thank you for information. |
Thank you for this PR! I managed to get this working on a Seeed Studio XIAO ESP32S3 board, but it required some minor modifications to chase changes in the I have pushed my changes to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I tested on my Nano ESP32 with a MF90 servo
@gbr1. Thank you for testing I apply this changes |
Hi @per1234, @facchinm, @aentinger
this PR adds the support for Arduino Nano ESP32 board.
Description
This pull request adds support for the Arduino Nano ESP32 board to the Servo library. The following enhancements and changes have been made:
Motivation and Context
The Arduino Nano ESP32 is a popular and powerful board in the Arduino ecosystem. Adding support for this board allows users to control servo motors using the familiar Servo library APIs, expanding the library’s versatility and making it accessible to a wider audience.
Testing
Thank you for the time you are giving to this PR.