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:
Jon Trulson
2014-12-15 17:17:19 -07:00
committed by Sarah Knepper
parent eca9ed95c8
commit 878ca55385
8 changed files with 709 additions and 0 deletions

View 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"
%}