Skip to content

Commit 0b55070

Browse files
committed
MPAE-19433 fixed readme comments
1 parent ac26811 commit 0b55070

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ In this example, an I<sup>2</sup>C write is attempted for all possible I<sup>2</
2121

2222
As each address is attempted in the Prinft with Error Checking visualization output, an Acknowledge (ACK) or No-Acknowledge (NACK) message is printed over the UART.
2323

24-
When using the [MPLAB® Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer "MPLAB® Data Visualizer"), after configuring the Terminal to a baudrate of 115200 and clicking to 'display as text in the terminal' the example will look as shown below.
24+
When using the [MPLAB® Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer "MPLAB® Data Visualizer"), after configuring the Terminal to a baudrate of 115200 and clicking to 'display as text in the terminal' he example will display as follows.
2525

26-
The below image of the MPLAB Data Visualizer shows the application running on the Curiosity Nano Explorer board, where ten client devices have been found:
26+
The following image of the MPLAB Data Visualizer shows the application running on the Curiosity Nano Explorer board, where ten client devices have been found:
2727

2828
![alt text](images/Find_all_i2c_clients_callbacks_printfErrors_avrDB.png)
2929

avr128db48-find-all-i2c-clients-on-bus-callback-printf-errors.X/mcc-manifest-autosave.yml

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

33
manifest_file_version: 1.0.0
44
project: avr128db48-find-all-i2c-clients-on-bus-callback-printf-errors
5-
creation_date: 2025-10-20T16:15:18.524+02:00[Europe/Berlin]
5+
creation_date: 2025-10-20T16:23:32.452+02:00[Europe/Berlin]
66
operating_system: Windows 11
77
mcc_mode: IDE
88
mcc_mode_version: v6.25
@@ -12,8 +12,8 @@ mcc_version: 5.6.2
1212
mcc_core_version: 5.8.2
1313
content_manager_version: 6.0.3-rc.a
1414
is_mcc_offline: false
15-
is_using_prerelease_versions: false
16-
mcc_content_registries: https://registry.npmjs.org/
15+
is_using_prerelease_versions: true
16+
mcc_content_registries: https://registry.npmjs.org/,https://artifacts.microchip.com/artifactory/api/npm/npm/
1717
device_library: {library_class: com.microchip.mcc.melody.Library, name: Melody, version: 2.10.0}
1818
packs: {name: N/A, version: N/A}
1919
modules:

0 commit comments

Comments
 (0)