mirror of
https://github.com/eclipse/upm.git
synced 2025-07-08 04:41:12 +03:00
ads1x15: initial commit for ads1x15 adc
Initial commit of ADS1x15 adc converter. Support for both ADS1015 12 bit and ADS1115 16 bit adc. --signoff Signed-off-by: Marc Graham <marc@m2ag.net> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
d0cb2a032c
commit
4259aeab7b
17
src/ads1x15/jsupm_ads1x15.i
Normal file
17
src/ads1x15/jsupm_ads1x15.i
Normal file
@ -0,0 +1,17 @@
|
||||
%module jsupm_ads1x15
|
||||
%include "../upm.i"
|
||||
|
||||
%include "ads1x15.h"
|
||||
%{
|
||||
#include "ads1x15.h"
|
||||
%}
|
||||
|
||||
%include "ads1015.h"
|
||||
%{
|
||||
#include "ads1015.h"
|
||||
%}
|
||||
|
||||
%include "ads1115.h"
|
||||
%{
|
||||
#include "ads1115.h"
|
||||
%}
|
Reference in New Issue
Block a user