You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/Bluefruit52Lib/examples/Projects/rssi_proximity/rssi_proximity_central/rssi_proximity_central.ino
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -442,25 +442,25 @@ int insertRecord(node_record_t *record)
442
442
* 1. | BUBBLE SORT | // Put list in known state!
443
443
* +-------------+
444
444
* |
445
-
* \ /
446
-
* ENTRY YES
447
-
* 2. EXISTS W/THIS ------------------+
448
-
* ADDRESS? |
449
-
* | |
445
+
* _____\ /_____
446
+
* / ENTRY \ YES
447
+
* 2. < EXISTS W/THIS > ------------------+
448
+
* \ ADDRESS? / |
449
+
* ----------- |
450
450
* | NO |
451
451
* | |
452
-
* \ / |
453
-
* IS YES |
454
-
* 3. THERE A ZERO'ED ------------------+
455
-
* RECORD? |
456
-
* | |
452
+
* ______\ /______ |
453
+
* / IS \ YES |
454
+
* 3. < THERE A ZERO'ED >------------------+
455
+
* \ RECORD? / |
456
+
* ------------- |
457
457
* | NO |
458
458
* | |
459
-
* \ / |
460
-
* IS THE YES |
461
-
* 4.RECORD'S RSSI >= ------------------|
462
-
* THE LOWEST RSSI? |
463
-
* | |
459
+
* ______\ /________ |
460
+
* / IS THE \ YES |
461
+
* 4.< RECORD'S RSSI >= >----------------|
462
+
* \ THE LOWEST RSSI? / |
463
+
* ---------------- |
464
464
* | NO |
465
465
* | |
466
466
* \ / \ /
@@ -476,8 +476,7 @@ int insertRecord(node_record_t *record)
476
476
477
477
/* 1. Bubble Sort
478
478
* This puts the lists in a known state where we can make
479
-
* certain assumptions about the last record in the array.
480
-
*/
479
+
* certain assumptions about the last record in the array. */
481
480
bubbleSort();
482
481
483
482
/* 2. Check for a match on existing device address */
0 commit comments