XRange-LoRaWAN-lmic-app

Dependencies:   LMiC SX1272Lib XRange_mbed_src

Fork of LoRaWAN-lmic-app by Semtech

Files at this revision

API Documentation at this revision

Comitter:
netblocks
Date:
Sun May 31 17:58:58 2015 +0000
Parent:
3:ce28e3313a88
Commit message:
XRange-LoRaWAN-lmic-app

Changed in this revision

LMiC.lib Show annotated file Show diff for this revision Revisions of this file
SX1272Lib.lib Show annotated file Show diff for this revision Revisions of this file
SX1276Lib.lib Show diff for this revision Revisions of this file
XRange_mbed_src.lib Show annotated file Show diff for this revision Revisions of this file
hal.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
--- a/LMiC.lib	Thu Apr 16 20:00:01 2015 +0000
+++ b/LMiC.lib	Sun May 31 17:58:58 2015 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/Semtech/code/LMiC/#d3b7bde3995c
+http://developer.mbed.org/users/netblocks/code/LMiC/#805829f2b359
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SX1272Lib.lib	Sun May 31 17:58:58 2015 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/netblocks/code/SX1272Lib/#a5c9fd1a1ea6
--- a/SX1276Lib.lib	Thu Apr 16 20:00:01 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/teams/Semtech/code/SX1276Lib/#d447f8d2d2d6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/XRange_mbed_src.lib	Sun May 31 17:58:58 2015 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/netblocks/code/XRange_mbed_src/#f615a686ac25
--- a/hal.cpp	Thu Apr 16 20:00:01 2015 +0000
+++ b/hal.cpp	Sun May 31 17:58:58 2015 +0000
@@ -22,15 +22,15 @@
 
 extern void radio_irq_handler( u1_t dio );
 
-static DigitalOut nss( D10 );
-static SPI spi( D11, D12, D13 ); // ( mosi, miso, sclk )
+static DigitalOut nss( PB_12 );
+static SPI spi( PB_15, PB_14, PB_13 ); // ( mosi, miso, sclk )
  
-static DigitalInOut rst( A0 );
-static DigitalOut rxtx( A4 );
+static DigitalInOut rst( PB_2 );
+static DigitalOut rxtx( PB_11 );
  
-static InterruptIn dio0( D2 );
-static InterruptIn dio1( D3 );
-static InterruptIn dio2( D4 ); 
+static InterruptIn dio0( PA_10 );
+static InterruptIn dio1( PA_9 );
+static InterruptIn dio2( PC_13 ); 
 
 static void dio0Irq( void ) {
     radio_irq_handler( 0 );
--- a/mbed.bld	Thu Apr 16 20:00:01 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0
\ No newline at end of file