A general library which enables robots and devices to communicate each other through same interface.
- Android <-> LEGO MINDSTORMS NXT
- Android <-> LEGO MINDSTORMS EV3
- Android <-> Pile Original Robot
in your build.gradle
repositories {
maven { url 'http://pileproject.github.io/drivecommand/' }
}
dependencies {
compile 'com.pileproject:drivecommand:VERSION'
}
See below
# Linux/Mac
./gradlew build
# Windows
./gradlew.bat build
# Linux/Mac
./gradlew test
./gradlew javadoc
# Windows
./gradlew.bat test
./gradlew.bat javadoc
Test reports are generated in build/reports/tests (See index.html)
Javadocs are generated in build/docs/javadoc (See index.html)