Java library for Intel Edison Sparkfun 9DOF block
Directly inspired by 9dofBlock
I started out intending to use the SWIG Java binding for libmraa (libmraajava) but since that library isn't installed on the Edison by default (and required some effort to get cross compiled) I'm now considering an old favorite: JNA. Which raises another interesting question about a proper way to build Java on/for Edison since my usual favorite build tools, maven and gradle, are unavailable via opkg.