Skip to content

Commit 0d9b872

Browse files
committed
MPAE-19453 fix path to image, version 1.0.1
1 parent 995d8e7 commit 0d9b872

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.avr128db48-i2c-proximity-sensor-callbacks-dvrt",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "avr128db48-i2c-proximity-sensor-callbacks-dvrt",
99
"projectName": "avr128db48-i2c-proximity-sensor-callbacks-dvrt",
1010
"shortDescription": "Reads proximity sensor value. With DV Run Time output, sends values to MPLAB Data Visualizer via DVRT protocol every 100 ms. Uses Timer driver callbacks for sampling frequency.",

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This example demonstrates how to read the value of the VCNL4200 proximity sensor
2323
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:
2424

2525
When running the application, using the MPLAB Data Visualizer, you should see something similar to the following:
26+
2627
![alt text](images/avr128db48-i2c-proximity-sensor-callbacks-dvrt.png)
2728
- [Data Visualizer Debug GPIO Setup](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=I2C.HOST.EX.DV.DEBUG.IO&version=latest&redirect=true)
2829
- [Data Visualizer Setup for DV Run Time](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=I2C.HOST.EX.DVRUNTIME.CONFIG&version=latest&redirect=true)
@@ -32,9 +33,10 @@ When running the application, using the MPLAB Data Visualizer, you should see so
3233
The following outlines the complete MPLAB Code Configuration (MCC) Melody configuration, including all the selected tasks implemented in this example.
3334

3435
The following is the required MCC Melody configuration:
36+
3537
![alt text](images/avr128db48-i2c-proximity-sensor-callbacks-dvrt_configuration.png)
3638

37-
![alt text](images\avr128db48-i2c-proximity-sensor-callbacks-dvrt_configuration_pins.png)
39+
![alt text](images/avr128db48-i2c-proximity-sensor-callbacks-dvrt_configuration_pins.png)
3840

3941

4042
## MCC Melody Example Components

0 commit comments

Comments
 (0)