Skip to content

Commit e9f1ad2

Browse files
committed
MPAE-19442 readme fixes after review.
1 parent 521cc4f commit e9f1ad2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@
88
</picture>
99
</a>
1010

11-
# PIC18F57Q43 I<sup>2</sup>C_Host Example Component for CNano Explorer: I<sup>2</sup>C Proximity Sensor (Polled, Printf-errors)
11+
# PIC18F57Q43 I<sup>2</sup>C_Host Example Component for CNano Explorer: I<sup>2</sup>C Proximity Sensor (Polled, Printf-Errors)
1212

13-
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"
13+
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 "I<sup>2</sup> 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, Printf with Error Checking Visualization Output selected.
15+
), is used here in the Polled implementation Printf with Error Checking Visualization Output selected.
1616

1717
This example demonstrates how to read the value of the VCNL4200 proximity sensor on the Curiosity Nano Explore. Every 250 ms, an LED and a Debug I/O pin are toggled and a printf message is sent to the [MPLAB® Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer "MPLAB® Data Visualizer").
1818

19-
20-
21-
2219
## Operation
2320

2421
The below image of the MPLAB Data Visualizer shows the application running, where the proximity value is displayed on the Data Visualizer terminal every 250 ms and a Debug I/O is toggled.
@@ -30,7 +27,7 @@ To run the example, follow the steps in the Data Visualizer Setup section of the
3027
- [Data Visualizer Setup for Terminal](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=I2C.HOST.EX.DV.TERMINAL&version=latest&redirect=true)
3128

3229
## Setup
33-
The following is a block diagram view of the application, as seen in the [MCC Melody Builder](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.BUILDER&version=latest&redirect=true "MCC Melody Builder"). On the right hand side, the completed TODO list of the I<sup>2</sup>C Host Example Component, represents the MCC Melody configuration of the application.
30+
The following is a block diagram view of the application, as seen in the MPLAB Code Configurator (MCC) [MCC Melody Builder](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.BUILDER&version=latest&redirect=true "MCC Melody Builder"). On the right hand side, the completed TODO list of the I<sup>2</sup>C Host Example Component represents the MCC Melody configuration of the application.
3431

3532
![alt text](images/pic18f57q43-i2c-proximity-sensor-polled-printfErr_configurations.png)
3633

@@ -58,7 +55,7 @@ Example Components are a tight integration of learning material directly into MC
5855
- [MPLAB® Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer) Plug-in v1.4.1926 or newer (*Tools>Plugins>Installed*, search: "Data Visualizer")
5956
- MCC Melody I2C_Host Example Component for the Curiosity Nano Explorer v1.0.0 or newer
6057
- MCC Core v5.8.2 or newer
61-
- SPA Host v1.0.0 or newer
58+
- Single Page Application (SPA) Host v1.0.0 or newer
6259
- MCC Melody Core v2.9.1 or newer
6360

6461
Open the MCC Content Manager ![CM_icon](images/Icon-MPLAB-CM24.png) to verify the MCC Core and MCC Melody Core versions.

0 commit comments

Comments
 (0)