Tested on the Grove I2C ADC. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
14 lines
182 B
OpenEdge ABL
14 lines
182 B
OpenEdge ABL
%module pyupm_adc121c021
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "adc121c021_doc.i"
|
|
#endif
|
|
|
|
%include "adc121c021.h"
|
|
%{
|
|
#include "adc121c021.h"
|
|
%}
|