mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 14:11:15 +03:00
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>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
4de9734f0a
commit
2a1af1399a
9
src/sx1276/jsupm_sx1276.i
Normal file
9
src/sx1276/jsupm_sx1276.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module jsupm_sx1276
|
||||
%include "../upm.i"
|
||||
%include "cpointer.i"
|
||||
|
||||
%include "sx1276.h"
|
||||
%{
|
||||
#include "sx1276.h"
|
||||
%}
|
||||
|
Reference in New Issue
Block a user