We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a43a7b commit 9f1b003Copy full SHA for 9f1b003
Race_Box.ino
@@ -57,7 +57,7 @@ unsigned long startTimeRace; // Zeitstempel: Start des Rennens
57
const int schwellwert_A = 30; // IR Empfindlichkeit Bahn A
58
const int schwellwert_B = 50; // IR Empfindlichkeit Bahn B
59
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.
+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.
61
const int gesamt = 1000; // Signalabstand der LED Startampel (ms)
62
const int tone_short = 50;
63
const int tone_long = 100;
0 commit comments