Sfoglia il codice sorgente

Update BoeBot.java

Janco Kock 11 anni fa
parent
commit
2f66f16dab
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      BoeBot.java

+ 2 - 0
BoeBot.java

@@ -18,6 +18,8 @@ public class BoeBot{
                 botsingdetectie = new Botsingdetectie();
                 fysiekeindicator = new FysiekeIndicator();
                 afir = new AfstandbedieningIr(motor);
+                aansturing = new Aansturing(5,4);
+                lijnvolger = new Lijnvolger();
 
                 motor.setSnelheid(100);
                 motor.setRichting(true);