Ziron / lejos-ev3-examples

Example code for programming the LEGO MINDSTORMS EV3 in Java with LeJOS .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lejos-ev3-examples

Example code for programming the LEGO MINDSTORMS EV3 in Java with LeJOS.

The file EV3Skeleton.java contains a code skeleton which creates the robot with motors and sensors, along with some wrapper classes for the sensors to make them easier to use.

Either copy the EV3Skeleton and add your own code in its main function. Or make a new class that extends EV3Skeleton and copy the code of the main function into that class, as all of the examples does.

LeJOS EV3 API documentation

About

Example code for programming the LEGO MINDSTORMS EV3 in Java with LeJOS .

License:MIT License


Languages

Language:Java 100.0%