LEGO Mindstorms EV3 Hello World in Scala
leJOS | 0.8.1-beta |
Scala | 2.11 |
- install leJOS on EV3
- run
sbt assembly
to create executablehelloworld.jar
file - connect EV3 via USB cable
- run
. deploy.sh
to deploy to EV3 Brick via USB connection - on EV3 brick under leJOS select
Programs
>helloworld.jar
>Execute program