This module implements support for the hp20x family of high accuracy barometers. It was developed on the Grove Barometer (High Accuracy) based on the HP206C. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
90 B
OpenEdge ABL
9 lines
90 B
OpenEdge ABL
%module jsupm_hp20x
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "hp20x.h"
|
|
%}
|
|
|
|
%include "hp20x.h"
|