Explorar el Código

Update MotorAansturing.java

Janco Kock hace 11 años
padre
commit
b54476e267
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      MotorAansturing.java

+ 3 - 0
MotorAansturing.java

@@ -24,6 +24,9 @@ public class MotorAansturing{
  public void setRichting(boolean r){
     richting = r;
  }
+  public int getSnelheid(){
+    return snelheidL;
+ }
 
  public void start(){
     int maxSnelheid = snelheidL;