kx122: Add Java/Javascript/Python examples

Implemented a swig interface file for the kx122 and added corresponding
swig language examples.  Also added an STL vector flavor for getting
acceleration values from the kx122.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2018-02-26 14:25:25 -08:00
parent 1be36ec1df
commit a43bcfe8d2
7 changed files with 205 additions and 0 deletions

View File

@ -221,3 +221,5 @@ add_example_with_path(LE910_Example uartat uartat)
add_example_with_path(SpeakerPWMSample speaker speaker)
add_example_with_path(RN2903_P2P_RX_Example rn2903 rn2903)
add_example_with_path(RN2903_P2P_TX_Example rn2903 rn2903)
add_example(KX122Example kx122)