mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
adc121c021: Initial implementation
Tested on the Grove I2C ADC. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:

committed by
Sarah Knepper

parent
eca9ed95c8
commit
878ca55385
13
src/adc121c021/pyupm_adc121c021.i
Normal file
13
src/adc121c021/pyupm_adc121c021.i
Normal file
@ -0,0 +1,13 @@
|
||||
%module pyupm_adc121c021
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "adc121c021_doc.i"
|
||||
#endif
|
||||
|
||||
%include "adc121c021.h"
|
||||
%{
|
||||
#include "adc121c021.h"
|
||||
%}
|
Reference in New Issue
Block a user