lm35: Initial implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-09-21 14:01:48 -06:00
committed by Mihai Tudor Panu
parent a0af1c01bd
commit 7935ef1622
10 changed files with 342 additions and 0 deletions

8
src/lm35/javaupm_lm35.i Normal file
View File

@ -0,0 +1,8 @@
%module javaupm_lm35
%include "../upm.i"
%{
#include "lm35.h"
%}
%include "lm35.h"