Explorar el Código

Update BoeBot.java

Janco Kock hace 11 años
padre
commit
2f66f16dab
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);