-
Notifications
You must be signed in to change notification settings - Fork 263
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
controlledMotion example for servo library #40
base: master
Are you sure you want to change the base?
Conversation
This is an additional example for the servo library that works as follows : As Long as the button is pushed down the servo will move in a counter-clockwise direction in a stepsize of one degree till it reaches 180 degrees and then returns to start from the zero position automatically.
Attached above is a snapshot for the controlled motion circuit example which depicts the wiring used to run the example code in the cotrolledMotion.ino file
Added a description for the circuit in words apart from the graphical description represented by the attached image in this directory
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.
The established convention for Arduino sketches is for the first letter of the file name/folder name to be capitalized: ControlledMotion/ControlledMotion.ino
Co-Authored-By: per1234 <[email protected]>
Co-Authored-By: per1234 <[email protected]>
Co-Authored-By: per1234 <[email protected]>
Renamed the controlledMotion.ino file and its parent directory to follow the naming conventions to begin with a capital letter.
Repositioning this sketch in a separate sketches folder
Placing all the circuit sketches in this folder
Adding the circuit sketch after modifying its name to follow the naming conventions that is to start with a capital letter
|
This is an additional example for the servo library that works as follows : As Long as the button is pushed down the servo will move in a counter-clockwise direction in a stepsize of one degree till it reaches 180 degrees and then returns to start from the zero position automatically.