ta12200: Initial implementation; Grove Electricity uses this sensor

[renamed from] groveelectricity: Initial implementation

This module adds support for the Grove Electricity sensor.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Jon Trulson
2014-12-19 17:04:26 -07:00
committed by Sarah Knepper
parent ed15b1042d
commit 4333869b7b
8 changed files with 348 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
%module pyupm_ta12200
%include "../upm.i"
%feature("autodoc", "3");
%include "ta12200.h"
%{
#include "ta12200.h"
%}