Skip to content

ev3dev-lang-java/examples

Repository files navigation

ev3dev-lang-java /examples

This repository store a set of examples ready to use with the ev3dev-lang-java libraries.

Checking it out

You can build the project and upload all programs with their dependencies with these commands:

./gradlew uploadGradleLibraries
./gradlew deploy

You can then run them from the ev3dev menu in the examples subdirectory.

Alternatively, you can also work only with one project at a time:

./gradlew :opencv:deploy    # only upload 'opencv' project
./gradlew :opencv:run       # only run already uploaded build of 'opencv' project
./gradlew :opencv:deployRun # only upload and run 'opencv' project

To remove all samples from the brick, just run:

./gradlew undeploy

Contents

Take a look the following examples to discover some features included with this Java project.

EV3Dev-lang-Java:

lejos-commons:

lejos-navigation:

About

A repository with examples to use with the library ev3dev-lang-java

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages