Skip to content

Commit 1504fc9

Browse files
authored
Update flow chart
1 parent 3a298a5 commit 1504fc9

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

libraries/Bluefruit52Lib/examples/Projects/rssi_proximity/rssi_proximity_central/rssi_proximity_central.ino

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -442,25 +442,25 @@ int insertRecord(node_record_t *record)
442442
* 1. | BUBBLE SORT | // Put list in known state!
443443
* +-------------+
444444
* |
445-
* \ /
446-
* ENTRY YES
447-
* 2. EXISTS W/THIS ------------------+
448-
* ADDRESS? |
449-
* | |
445+
* _____\ /_____
446+
* / ENTRY \ YES
447+
* 2. < EXISTS W/THIS > ------------------+
448+
* \ ADDRESS? / |
449+
* ----------- |
450450
* | NO |
451451
* | |
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+
* ------------- |
457457
* | NO |
458458
* | |
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+
* ---------------- |
464464
* | NO |
465465
* | |
466466
* \ / \ /
@@ -476,8 +476,7 @@ int insertRecord(node_record_t *record)
476476

477477
/* 1. Bubble Sort
478478
* 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. */
481480
bubbleSort();
482481

483482
/* 2. Check for a match on existing device address */

0 commit comments

Comments
 (0)