Skip to content

Commit e1a1f3e

Browse files
committed
MPAE-19451 fixed readme review
1 parent 9d6c027 commit e1a1f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
The [I<sup>2</sup>C Proximity Sensor example](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=I2C.HOST.EX.RUNNING.I2C.HOST.PROXIMITY.SENSOR&version=latest&redirect=true "I2C Proximity Sensor example"
1414
), of the [MCC Melody I<sup>2</sup>C Example Component (for the Curiosity Nano Explorer)](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=I2C.HOST.EXAMPLE.COMPONENT&version=latest&redirect=true "MCC Melody I<sup>2</sup>C Example Component for the Curiosity Nano Explorer"
15-
), is used here in the Polled implementation, with the Data Streamer visualization.
15+
), is used here in the Polled implementation with the Data Streamer visualization.
1616

1717
![alt text](images\avr128db48-i2c-proximity-sensor-callbacks-dataStreamer_avrDB_intro.png)
1818

@@ -25,7 +25,7 @@ In the MCC Melody Data Streamer library configuration, the appropriately typed v
2525

2626
The below image of the MPLAB Data Visualizer shows the application running, where proximityValue and framecount have been added to the DVRT Streaming Table and Time Plot:
2727
![alt text](images/avr128db48-i2c-proximity-sensor-polled-dvrt.png)
28-
**Note:** In the HEX terminal output, at the bottom of the image, An individual Data Streamer Frame is highlighted in red. The frame can be identified by the StartByte of 0x03 and the EndByte of 0xFC.
28+
**Note:** An individual Data Streamer Frame is highlighted in red at the bottom of the image in the hex terminal output. The frame can be identified by the StartByte of 0x03 and the EndByte of 0xFC.
2929

3030

3131
## Setup

0 commit comments

Comments
 (0)