Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
k0xxx committed Apr 20, 2022
1 parent 8f1da42 commit 5b37436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const int servoDelay = 500; // Servo delay time in ms

const int prPin = 5; // Photoresistor at Arduino analog pin A0
int prValue; // Store value from photoresistor (0-1023)
const int prLaunch = 800; // Value of Photoresistor action
const int prLaunch = 700; // Value of Photoresistor action

void setup() {
// Photoresistor setup
Expand Down

0 comments on commit 5b37436

Please sign in to comment.