arduino / arduino-examples

Arduino IDE bundled examples
Creative Commons Zero v1.0 Universal
90 stars 41 forks source link

example for servo motor #49

Closed terceranexus6 closed 2 years ago

terceranexus6 commented 2 years ago

Code I used for teaching robotics, in steps of 90 degrees forward and back, based on the code of Alex Glow https://create.arduino.cc/projecthub/glowascii/servo-arduino-basics-cb9266

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

per1234 commented 2 years ago

Thanks for your pull request @terceranexus6, and for helping people to learn about robotics and Arduino!

We already distribute a similar example sketch with the Arduino IDE as part of the Servo library: https://github.com/arduino-libraries/Servo/tree/master/examples/Sweep So I think we have adequate coverage of this concept via the existing examples distributed with the Arduino IDE.