Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLEAR
Arduino4D_Robot
Commits
3f870b49
Commit
3f870b49
authored
Oct 13, 2021
by
Pierre Korysko
Browse files
Fixed default position of grabber to CLOSED
parent
8f72eccd
Changes
1
Hide whitespace changes
Inline
Side-by-side
4DrobotServer/ServoControl.ino
View file @
3f870b49
...
...
@@ -16,6 +16,7 @@ void setup_servo() {
//Initialize Servo library
#ifndef DUMMY_SERVO
grabber_servo
.
attach
(
grabber_servo_pin
);
grabber_servo
.
write
(
grabber_pos
);
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment