mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 18:31:13 +03:00
h3lis331dl: Initial implementation
The driver implements support for the Grove 3-Axis Digital Accelerometer(±400g), using the h3lis331dl chip. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
5547d99609
commit
c8d0aee873
13
src/h3lis331dl/jsupm_h3lis331dl.i
Normal file
13
src/h3lis331dl/jsupm_h3lis331dl.i
Normal file
@ -0,0 +1,13 @@
|
||||
%module jsupm_h3lis331dl
|
||||
%include "../upm.i"
|
||||
%include "cpointer.i"
|
||||
|
||||
/* Send "int *" and "float *" to JavaScript as intp and floatp */
|
||||
%pointer_functions(int, intp);
|
||||
%pointer_functions(float, floatp);
|
||||
|
||||
%{
|
||||
#include "h3lis331dl.h"
|
||||
%}
|
||||
|
||||
%include "h3lis331dl.h"
|
Reference in New Issue
Block a user