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

Files at this revision

API Documentation at this revision

Comitter:
dev_alexander
Date:
Wed Aug 01 03:41:07 2018 +0000
Parent:
36:09e8b51fc91d
Child:
40:6f8744c366c2
Commit message:
This is modifications on a previous revision that show bluetooth connection is stable without a delay. Look into past revisions and fix issue

Changed in this revision

Adafruit_GFX.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
max17055.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Adafruit_GFX.lib	Wed Aug 01 03:41:07 2018 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/nkhorman/code/Adafruit_GFX/#7fb1d4d3525d
--- a/main.cpp	Tue Jul 31 22:39:49 2018 +0000
+++ b/main.cpp	Wed Aug 01 03:41:07 2018 +0000
@@ -389,6 +389,8 @@
             memcpy(curr_ble_from_master, prev_ble_from_master, sizeof(curr_ble_from_master));
         #endif
         
+//        wait_ms( 1 );  // This is a tiny delay that enables the Bluetooth connection to be able to detect interrupts
+        
         /***************************************************************************
          * Grid Eye Sensor 
          **************************************************************************/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/max17055.lib	Wed Aug 01 03:41:07 2018 +0000
@@ -0,0 +1,1 @@
+http://os.mbed.com/teams/MAXIM-TTS-Code/code/max17055/#519a18fc3b28