You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/programming-languages.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,9 @@ to learn.
55
55
56
56
Java is a general-purpose computer programming language that is concurrent,class-based, object-oriented. In Java 8, the language added some functional features very interesting to learn.
57
57
58
-
In this project, the Objects to manage the robot follow the LeJOS Approach. The project has support for EV3 Sensors and the LeJOS local navigation stack.
58
+
The project has support for EV3 Sensors and Actuators. The project include support for LeJOS local navigation stack.
59
+
60
+
In this project, the Objects included in the different libraries follow the LeJOS Interfaces, not confuse with another Java project based on [ev3dev unified language binding for Java](https://github.com/mob41/ev3dev-lang-java)
59
61
60
62
[Get started with Java](https://github.com/ev3dev-lang-java/ev3dev-lang-java){: .btn .btn-default }
0 commit comments