You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
.github/workflows | 1 year ago | |
project | 1 month ago | |
src/main/scala/de/sciss/tinkerforge | 1 month ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 month ago | |
build.sbt | 1 month ago | |
run.sh | 1 year ago |
README.md
TinkerForgeIMU2Test
statement
This is a project for testing the Java bindings to TinkerForge API.
It is (C)opyright 2018–2022 by Hanns Holger Rutz. All rights reserved. The project is released under
the GNU Lesser General Public License v2.1+ and
comes with absolutely no warranties. To contact the author, send an e-mail to contact at sciss.de
.
requirements / installation
This project builds against Scala 2.13, using sbt. To run: sbt 'runMain <class>'
:
sbt 'runMain de.sciss.tinkerforge.ExampleEnumerate'
sbt 'runMain de.sciss.tinkerforge.ExampleIMUV2Simple --uid your-imu-brick-id'
sbt 'runMain de.sciss.tinkerforge.ExampleIMUV2AllData --uid your-imu-brick-id'
To run the View
target that can send OSC over to Wekinator, use sbt assembly
and the run.sh
script.