-
Notifications
You must be signed in to change notification settings - Fork 262
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
Added new example Random Rotate #38
base: master
Are you sure you want to change the base?
Conversation
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.
Please run a Tools > Auto Format in the Arduino IDE on your sketch to ensure consistent formatting.
@per1234 I have done the requested changes please let me know if there is anything else, |
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.
You have an unnecessary extra folder level:
Servo
|_examples
|_Random_Rotate
|_Random_Rotate
|_Random_Rotate.ino
It should be:
Servo
|_examples
|_Random_Rotate
|_Random_Rotate.ino
To be consistent with the file name convention used in official Arduino sketches The sketch should be named RandomRotate
, not Random_Rotate
.
The fritzing is unnecessarily huge, both in file size (252 KB), as well as the amount of unnecessary space taken up by huge spacing between wires. |
Thanks for your feedback. But, should I change the diagram or remove it? |
@per1234 I have done the requested changes please let me know if there is anything else, |
Added new simple example Random Rotate. It will help to understand working of servo motor and servo library functions.