Logo
Explore Help
Register Sign In
Raspberries/upm
Public Access
2
0
Fork 0
You've already forked upm
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
01119436a9a70897e5eeaee8b582df839ebb1f38
upm/src/sx1276/javaupm_sx1276.i

16 lines
292 B
OpenEdge ABL
Raw Normal View History

sx1276: Initial implementation This driver was developed using an SX1276 based shield on the Galileo G2. It requires 3.3v of operation. It does not work with Edison, due to SPI issues. Signed-off-by: Jon Trulson <jtrulson@ics.com>
2015-10-30 17:58:36 -06:00
%module(directors="1") javaupm_sx1276
%include "../upm.i"
%include "cpointer.i"
%include "typemaps.i"
%include "arrays_java.i";
%include "../java_buffer.i"
%{
#include "sx1276.h"
%}
sx1276: changed function parameter name, so that predefined SWIG typemaps automatically apply. In the SWIG inerface, ignored some functions that have more user-friendly wrappers over them. Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2015-11-27 19:24:38 +02:00
%ignore send(uint8_t *buffer, uint8_t size, int txTimeout);
%ignore getRxBuffer();
sx1276: Initial implementation This driver was developed using an SX1276 based shield on the Galileo G2. It requires 3.3v of operation. It does not work with Edison, due to SPI issues. Signed-off-by: Jon Trulson <jtrulson@ics.com>
2015-10-30 17:58:36 -06:00
%include "sx1276.h"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 73ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API