Navigation Menu

Skip to content

Commit

Permalink
Light sensitivity change
Browse files Browse the repository at this point in the history
Increased sensitivity to light for more responsive responses to subtle light differences
  • Loading branch information
johndryan committed Apr 4, 2012
1 parent a5b7c2c commit 76958d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion id_arduino/id_arduino.ino
Expand Up @@ -35,7 +35,7 @@ int servoLeftOff = 90; // If left servo can't be adjusted manually, set the
int servoRightOff = 90; // If right servo can't be adjusted manually, set the stop value here

int minDistance = 400; // proximity is triggered above this
int lightDiff = 125; // sensitivity in difference between light sensors
int lightDiff = 75; // sensitivity in difference between light sensors


// SETUP
Expand Down

0 comments on commit 76958d3

Please sign in to comment.