mma7660: Initial implementation

This was tested on the Grove I2C 3-axis digital accelerometer.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
Jon Trulson
2015-01-30 18:43:10 -07:00
committed by John Van Drasek
parent e0e9405634
commit 12c290de70
8 changed files with 725 additions and 0 deletions

View File

@ -0,0 +1,13 @@
%module pyupm_mma7660
%include "../upm.i"
%feature("autodoc", "3");
#ifdef DOXYGEN
%include "mma7660_doc.i"
#endif
%include "mma7660.h"
%{
#include "mma7660.h"
%}