curieimu: Plugin to interface with the arduino101's IMU

Internal sensor onboard the Curie/Arduino101 can be accessed via Firmata using
this plugin. You will need mraa compiled with -DFIRMATA=ON for this to work and
be using Firmata with the CurieIMU firmata extension for ExtensibleFirmata

Signed-off-by: Ron Evans <ron@hybridgroup.com>
Signed-off-by: Justin Zemlyansky <jlstigman@live.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
deadprogram
2016-03-15 16:04:38 +00:00
committed by Mihai Tudor Panu
parent 0d20cdb25a
commit fb5c809ff8
8 changed files with 733 additions and 0 deletions

View File

@ -255,6 +255,7 @@ add_example (apa102)
add_example (tex00)
add_example (bmi160)
add_example (smartdrive)
add_example (curieimu)
# These are special cases where you specify example binary, source file and module(s)
include_directories (${PROJECT_SOURCE_DIR}/src)