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>
This commit is contained in:
Stefan Andritoiu
2015-11-27 19:24:38 +02:00
committed by Mihai Tudor Panu
parent 1accafa145
commit 344a52ae97
3 changed files with 11 additions and 8 deletions

View File

@@ -9,4 +9,7 @@
#include "sx1276.h"
%}
%ignore send(uint8_t *buffer, uint8_t size, int txTimeout);
%ignore getRxBuffer();
%include "sx1276.h"