Skip to content

Commit 9f1b003

Browse files
committed
longer IR_off_cycle
1 parent 5a43a7b commit 9f1b003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Race_Box.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ unsigned long startTimeRace; // Zeitstempel: Start des Rennens
5757
const int schwellwert_A = 30; // IR Empfindlichkeit Bahn A
5858
const int schwellwert_B = 50; // IR Empfindlichkeit Bahn B
5959
const int IR_sensor_speed = 5;// IR Brücke wird alle IR_sensor_speed ms ausgelesen
60-
const int IR_off_cycle = 350; // IR Brücke wird für IR_out_cycle * IR_sensor_speed nicht ausgelesen: nur Spitze des Fahrzeugs wird gewertet.
60+
const int IR_off_cycle = 700; // IR Brücke wird für IR_out_cycle * IR_sensor_speed nicht ausgelesen: nur Spitze des Fahrzeugs wird gewertet.
6161
const int gesamt = 1000; // Signalabstand der LED Startampel (ms)
6262
const int tone_short = 50;
6363
const int tone_long = 100;

0 commit comments

Comments
 (0)