jhd1313m1: Initial C implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-10-07 15:39:39 -06:00
parent 7fe6f856a1
commit 64b142ecf3
9 changed files with 829 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
%module jsupm_i2clcd
%include "../upm.i"
%include "../carrays_uint8_t.i"
%include "jhd1313m1.hpp"
%{
#include "jhd1313m1.hpp"
%}