mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

The driver implements support for the Omega RH-USB Humidity Probe with Temperature sensor. It connects via an integrated USB cable, and appears as a serial port. It does not currently work with Edison (as of this date) due to missing ftdi_sio and usbserial kernel support. It was implemented and tested on the Galileo 2. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
109 B
OpenEdge ABL
9 lines
109 B
OpenEdge ABL
%module jsupm_rhusb
|
|
%include "../upm.i"
|
|
%include "stdint.i"
|
|
|
|
%include "rhusb.h"
|
|
%{
|
|
#include "rhusb.h"
|
|
%}
|