Skip to content
Snippets Groups Projects
Commit 3f870b49 authored by Pierre Korysko's avatar Pierre Korysko
Browse files

Fixed default position of grabber to CLOSED

parent 8f72eccd
No related branches found
No related tags found
1 merge request!9Acceleration
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment