lcm1602: Add C++ wrapper

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-10-11 12:50:20 -06:00
parent 0c0ad04cf9
commit 643d262fef
7 changed files with 452 additions and 10 deletions

View File

@@ -22,12 +22,13 @@
JCALL3(ReleaseByteArrayElements, jenv, $input, (jbyte *)$1, 0);
}
%include "lcm1602.h"
%include "lcm1602.hpp"
%{
#include "lcm1602.hpp"
%}
%include "lcm1602.hpp"
%pragma(java) jniclasscode=%{
static {
try {