Files
upm/src/tca9548a/jsupm_tca9548a.i
g-vidal 7688e5f230 TCA9548A : initial implementation
merged with #413 from maleek

Signed-off-by: g-vidal <gerard.vidal@ens-lyon.fr>
Signed-off-by: Keelan Lightfoot <keelanlightfoot@gmail.com>
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2017-05-07 16:41:32 -06:00

9 lines
103 B
OpenEdge ABL

%module jsupm_tca9548a
%include "../upm.i"
%{
#include "tca9548a.hpp"
%}
%include "tca9548a.hpp"