8000 New Example: Input by hmzakhalid · Pull Request #44 · arduino-libraries/Servo · GitHub
[go: up one dir, main page]

Skip to content

New Example: Input #44

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Input.ino
  • Loading branch information
hmzakhalid authored Mar 21, 2020
commit d70c6b39cd5fbc938786a8f14c301a3ad7263bbe
1 change: 0 additions & 1 deletion examples/Input/Input.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <Servo.h>

Servo myservo; // create Servo object to control a servo motor

long pos = 0; // initial position of the shaft (max is 180)

void setup() {
Expand Down
0