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:
21:1b92cabe8a3b
Child:
23:f74a50977593
--- a/main.cpp	Thu Jun 21 16:59:46 2018 +0000
+++ b/main.cpp	Fri Jul 13 18:22:53 2018 +0000
@@ -36,5 +36,10 @@
     dprintf("Welcome to the SX1276GenericLib");
   
     dprintf("Starting a simple LoRa PingPong");
-    SX1276PingPong();
+    SX1276PingPongSetup();
+    while(1) 
+    {
+        SX1276PingPong();
+    }
+    
 }