bh1750: move defines/register defs into separate header for SWIG
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
%include "../upm.i"
|
||||
%include "std_string.i"
|
||||
|
||||
|
||||
%include "bh1750_defs.h"
|
||||
%include "bh1750.hpp"
|
||||
%{
|
||||
#include "bh1750.hpp"
|
||||
%}
|
||||
|
||||
%include "bh1750.hpp"
|
||||
|
||||
|
||||
%pragma(java) jniclasscode=%{
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user