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>
This commit is contained in:
8
src/tca9548a/jsupm_tca9548a.i
Normal file
8
src/tca9548a/jsupm_tca9548a.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module jsupm_tca9548a
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "tca9548a.hpp"
|
||||
%}
|
||||
|
||||
%include "tca9548a.hpp"
|
||||
Reference in New Issue
Block a user