mb704x: Initial implementation; C; FTI; C++ wraps C

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-12-02 16:42:33 -07:00
parent e1e9067744
commit 6667646d32
17 changed files with 800 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
%module jsupm_mb704x
%include "../upm.i"
%include "std_string.i"
%include "mb704x.hpp"
%{
#include "mb704x.hpp"
%}