pcb cnages

Dependencies:   mbed LoRaWAN-lib-pcb SX1276Lib

Fork of Dinghy_RaceTrak_Node_GPS_with_LoRa by Rishin Amin

Files at this revision

API Documentation at this revision

Comitter:
cdebank
Date:
Fri Dec 01 18:08:23 2017 +0000
Parent:
15:b4d11baea8bc
Commit message:
pcb changes

Changed in this revision

app/l86.hpp Show annotated file Show diff for this revision Revisions of this file
app/main.cpp Show annotated file Show diff for this revision Revisions of this file
mac/LoRaWAN-lib.lib Show annotated file Show diff for this revision Revisions of this file
radio/SX1276Lib.lib Show annotated file Show diff for this revision Revisions of this file
--- a/app/l86.hpp	Wed Nov 29 15:01:09 2017 +0000
+++ b/app/l86.hpp	Fri Dec 01 18:08:23 2017 +0000
@@ -15,9 +15,9 @@
 #define TEST_NODE_TYPE  "R"
 
 /*      PIN DEFINITIONS      */
-// #define RESET_PIN       PB_14
-// #define FORCE_ON_PIN    PB_15
-// #define ONEPPS_PIN      PA_8
+#define RESET_PIN       PB_14
+#define FORCE_ON_PIN    PB_15
+#define ONEPPS_PIN      PA_8
 #define GPS_RX          PA_10
 #define GPS_TX          PA_9
 #define PC_RX           PC_5
--- a/app/main.cpp	Wed Nov 29 15:01:09 2017 +0000
+++ b/app/main.cpp	Fri Dec 01 18:08:23 2017 +0000
@@ -38,10 +38,10 @@
 
 RawSerial gps(GPS_TX, GPS_RX); // USART1
 
-// DigitalOut Reset(RESET_PIN);
-// DigitalOut Force_on(FORCE_ON_PIN);
+DigitalOut Reset(RESET_PIN);
+DigitalOut Force_on(FORCE_ON_PIN);
 DigitalOut GPS_status(GPS_STATUS_LED);
-// DigitalIn  OnePPS(ONEPPS_PIN);
+DigitalIn  OnePPS(ONEPPS_PIN);
 
 RMC_data RMC;
 GPS_data GPS_parse;
--- a/mac/LoRaWAN-lib.lib	Wed Nov 29 15:01:09 2017 +0000
+++ b/mac/LoRaWAN-lib.lib	Fri Dec 01 18:08:23 2017 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/Rishin/code/LoRaWAN-lib_gps_lora/#97ffb19b5627
+https://os.mbed.com/users/cdebank/code/LoRaWAN-lib-pcb/#a65c2504f3d2
--- a/radio/SX1276Lib.lib	Wed Nov 29 15:01:09 2017 +0000
+++ b/radio/SX1276Lib.lib	Fri Dec 01 18:08:23 2017 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/cdebank/code/SingleFrequencyLora/#69b1750b2096
+https://os.mbed.com/users/cdebank/code/SX1276Lib/#7cd527a4f931