LP Long Distance IR Vision Robot

Dependencies:   max77650_charger_sample BufferedSerial SX1276GenericLib Adafruit-MotorShield NEO-6m-GPS MAX17055_EZconfig Adafruit_GFX USBDeviceHT Adafruit-PWM-Servo-Driver

Revision:
22:abca9d17d13d
Parent:
19:9f035b9e65ec
Child:
25:1a031add188a
--- a/PinMap.h	Thu Jun 21 16:59:46 2018 +0000
+++ b/PinMap.h	Fri Jul 13 18:22:53 2018 +0000
@@ -122,9 +122,10 @@
 #define LORA_SPI_MOSI   P5_1
 #define LORA_SPI_MISO   P5_2
 #define LORA_SPI_SCLK   P5_0
-#define LORA_CS         P3_0
-#define LORA_RESET      P3_1
-#define LORA_DIO0       P3_2    // DIO0=TxDone/RXDone/CADDone
+// This is because the Server uses different pins
+    #define LORA_CS         P5_3
+    #define LORA_RESET      P5_4
+    #define LORA_DIO0       P5_5    // DIO0=TxDone/RXDone/CADDone
 #define LORA_DIO1       NC      //
 #define LORA_DIO2       NC      // 
 #define LORA_DIO3       NC      // 
@@ -139,9 +140,10 @@
 #define LORA_SPI_MOSI   P5_1
 #define LORA_SPI_MISO   P5_2
 #define LORA_SPI_SCLK   P5_0
-#define LORA_CS         P3_0
-#define LORA_RESET      P3_1
-#define LORA_DIO0       P3_2    // DIO0=TxDone/RXDone/CADDone
+//This is because the Client uses different pins
+    #define LORA_CS         P3_0
+    #define LORA_RESET      P3_1
+    #define LORA_DIO0       P3_2    // DIO0=TxDone/RXDone/CADDone
 #define LORA_DIO1       NC      //
 #define LORA_DIO2       NC      // 
 #define LORA_DIO3       NC      // 
@@ -150,6 +152,7 @@
 
 
 
+
 #else 
 
 #error "unknown board"