fstange 6 years ago
parent
commit
22d8ef0438

BIN
ArduinoOutput/Hauptprojekt.ino.elf


+ 2 - 2
ArduinoOutput/Hauptprojekt.ino.hex

@@ -992,8 +992,8 @@
992 992
 :103DF000F091320553E0859FE00DF11D1124B18053
993 993
 :103E000001C0B12CB092880386E10E94A90E8A15E8
994 994
 :103E100058F4E0913105F091320593E0899FE00D6F
995
-:103E2000F11D1124828101C080E080938903A3E009
996
-:103E3000AB1568F4843058F01092A5021092A602D7
995
+:103E2000F11D1124828101C080E080938903A4E008
996
+:103E3000AB1568F4853058F01092A5021092A602D6
997 997
 :103E40001092A7021092A8020E94661633C0B80111
998 998
 :103E5000C8010E94450668EE73E080E090E00E9491
999 999
 :103E600058040E94B80A0E94BF0E80938A03809172

+ 2 - 2
ArduinoOutput/Hauptprojekt.ino.with_bootloader.hex

@@ -992,8 +992,8 @@
992 992
 :103DF000F091320553E0859FE00DF11D1124B18053
993 993
 :103E000001C0B12CB092880386E10E94A90E8A15E8
994 994
 :103E100058F4E0913105F091320593E0899FE00D6F
995
-:103E2000F11D1124828101C080E080938903A3E009
996
-:103E3000AB1568F4843058F01092A5021092A602D7
995
+:103E2000F11D1124828101C080E080938903A4E008
996
+:103E3000AB1568F4853058F01092A5021092A602D6
997 997
 :103E40001092A7021092A8020E94661633C0B80111
998 998
 :103E5000C8010E94450668EE73E080E090E00E9491
999 999
 :103E600058040E94B80A0E94BF0E80938A03809172

+ 2 - 2
ArduinoOutput/preproc/ctags_target_for_gcc_minus_e.cpp

@@ -1,7 +1,7 @@
1 1
 # 1 "c:\\Users\\Carolin\\Downloads\\VSCode\\Zumo32U4\\Zumo32U4\\Hauptprojekt\\Hauptprojekt.ino"
2 2
 # 1 "c:\\Users\\Carolin\\Downloads\\VSCode\\Zumo32U4\\Zumo32U4\\Hauptprojekt\\Hauptprojekt.ino"
3 3
 //Verfassser: Felix Stange, 4056379, MET2016 
4
-//Datum: erstellt am 19.07.2017, zuletzt geändert am 06.02.2018 
4
+//Datum: erstellt am 19.07.2017, zuletzt geändert am 15.02.2018 
5 5
 //Projektbeschreibung: Der Zumo fährt automatisch zwischen 2 Linien ohne diese zu überfahren mithilfe 
6 6
 //der Liniensensoren (3), ähnlich einer Spurhalteautomatik (heller Belag und dunkle Streifen). 
7 7
 //Außerdem werden Kollisionen verhindert durch Nutzung der vorderen Abstandssensoren. Kommt es 
@@ -273,7 +273,7 @@ void Hindernisumfahren()
273 273
   proxSensors.read();
274 274
   proxValue[1] = proxSensors.countsFrontWithLeftLeds();
275 275
   proxValue[2] = proxSensors.countsFrontWithRightLeds();
276
-  if(proxValue[1] < 4 || proxValue[2] < 4)
276
+  if(proxValue[1] < 5 || proxValue[2] < 5)
277 277
   {
278 278
     //Schritt 2: Hindernis passieren
279 279
     motors.setSpeeds(maxSpeed, maxSpeed);

+ 2 - 2
ArduinoOutput/sketch/Hauptprojekt.ino.cpp

@@ -2,7 +2,7 @@
2 2
 #line 1 "c:\\Users\\Carolin\\Downloads\\VSCode\\Zumo32U4\\Zumo32U4\\Hauptprojekt\\Hauptprojekt.ino"
3 3
 #line 1 "c:\\Users\\Carolin\\Downloads\\VSCode\\Zumo32U4\\Zumo32U4\\Hauptprojekt\\Hauptprojekt.ino"
4 4
 //Verfassser: Felix Stange, 4056379, MET2016 
5
-//Datum: erstellt am 19.07.2017, zuletzt geändert am 06.02.2018 
5
+//Datum: erstellt am 19.07.2017, zuletzt geändert am 15.02.2018 
6 6
 //Projektbeschreibung: Der Zumo fährt automatisch zwischen 2 Linien ohne diese zu überfahren mithilfe 
7 7
 //der Liniensensoren (3), ähnlich einer Spurhalteautomatik (heller Belag und dunkle Streifen). 
8 8
 //Außerdem werden Kollisionen verhindert durch Nutzung der vorderen Abstandssensoren. Kommt es 
@@ -309,7 +309,7 @@ void Hindernisumfahren()
309 309
   proxSensors.read();                                                 
310 310
   proxValue[1] = proxSensors.countsFrontWithLeftLeds();
311 311
   proxValue[2] = proxSensors.countsFrontWithRightLeds();  
312
-  if(proxValue[1] < 4 || proxValue[2] < 4)
312
+  if(proxValue[1] < 5 || proxValue[2] < 5)
313 313
   {
314 314
     //Schritt 2: Hindernis passieren
315 315
     motors.setSpeeds(maxSpeed, maxSpeed);                    

BIN
ArduinoOutput/sketch/Hauptprojekt.ino.cpp.o