Skip to content

Commit 47ba40d

Browse files
committed
MPAE-19441 fixed readme comments
1 parent 3d3c3a7 commit 47ba40d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ On the Curiosity Nano Explorer, the pins on the I<sup>2</sup>C I/O Expander 1 ar
2121
This example configures the I/O Expander 1 pins as outputs set LOW, so the active-low LEDs are initially all turned on. The I/O Expander 2 pins are configured as digital inputs. As a button press or joystick input is detected, the associated LED is turned off. The Curiosity Nano's SW is configured as a reset, turning on all the LEDs again. In Callback mode, pin change interrupts are used on both the SW input pin (IO_Reset), as well as the IO_IOExpander2_IRQ.
2222

2323
## Operation
24-
When running the application using the [MPLAB® Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer "MPLAB® Data Visualizer"), you should see something similar to the following:
24+
When running the application using the [MPLAB® Data Visualizer](https://www.microchip.com/en-us/tools-resources/debug/mplab-data-visualizer "MPLAB® Data Visualizer"), something similar to the following should display:
2525

2626
![alt text](images/avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf.png)
27-
**Note:** Debug I/O is not actively used. However, since the SW pin on the Curiosity Nano is a Debug I/O pin, so when pushing the IO_Reset, a toggle is picked up on the Debug I/O pin.
27+
**Note:** However, since the SW pin on the Curiosity Nano is a Debug I/O pin, when pushing the IO_Reset, a toggle is picked up on the Debug I/O pin.
2828

2929
## Setup
30-
The image below outlines the complete MPLAB Code Configurator (MCC) Melody configuration, including all the selected tasks implemented in this example, as seen in the MCC Melody Builder.
30+
The following image outlines the complete MPLAB Code Configurator (MCC) Melody configuration, including all the selected tasks implemented in this example, as seen in the MCC Melody Builder.
3131
![alt text](images/avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf_configuration.png)
3232

3333
![alt text](images\avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf_configuration_pins.png)
3434

3535

3636
## MCC Melody Example Components
37-
Example Components are a tight integration of learning material directly into MCC. This allows users to conveniently place the configuration instructions side-by-side to the components they are configuring. For more information, refer to the [MCC Melody Example Components](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.EXAMPLES&version=latest&redirect=true) introduction.
37+
Example Components integrate learning material directly into the MCC. This allows the users to conveniently place the configuration instructions side-by-side to the components they are configuring. For more information, refer to the [MCC Melody Example Components](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.EXAMPLES&version=latest&redirect=true) introduction.
3838

3939

4040
## Related Documentation

avr128db48-i2c-io-expander2-leds-buttons-callbacks-printf.X/mcc-manifest-autosave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
manifest_file_version: 1.0.0
44
project: avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf
5-
creation_date: 2025-10-20T16:52:08.563+02:00[Europe/Berlin]
5+
creation_date: 2025-10-20T17:00:55.917+02:00[Europe/Berlin]
66
operating_system: Windows 11
77
mcc_mode: IDE
88
mcc_mode_version: v6.25

0 commit comments

Comments
 (0)