Skip to content

Commit a9238a8

Browse files
committed
MPAE-19441 fixed path to images, version 1.0.1
1 parent ef69abb commit a9238a8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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-io-expander2-leds-and-buttons-callbacks-printf",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf",
99
"projectName": "avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf",
1010
"shortDescription": "I/O Expander 1 pins (8 LEDs) set as outputs, low (LEDs on). I/O Expander 2 pins (SW1-3, 5 joystick inputs) as inputs. Button/joystick turns LED off. Nano SW resets LEDs. Uses I/O interrupts pin change.",

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The [I<sup>2</sup>C Host IO Expander 2 - LEDs and Buttons Example](https://onlin
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"
1515
), is used here in the Callbacks implementation with the Printf visualization.
1616

17-
![alt text](images\avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf_intro.png)
17+
![alt text](images/avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf_intro.png)
1818

1919
On the Curiosity Nano Explorer, the pins on the I<sup>2</sup>C I/O Expander 1 are connected to active-low LEDs, while the pins on the I<sup>2</sup>C I/O Expander 2 are connected to buttons (SW1, SW2 and SW3) as well as the joystick inputs (left, right, up, down, press).
2020

@@ -24,13 +24,15 @@ This example configures the I/O Expander 1 pins as outputs set LOW, so the activ
2424
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+
2728
**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.
2829

2930
## Setup
3031
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.
32+
3133
![alt text](images/avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf_configuration.png)
3234

33-
![alt text](images\avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf_configuration_pins.png)
35+
![alt text](images/avr128db48-i2c-io-expander2-leds-and-buttons-callbacks-printf_configuration_pins.png)
3436

3537

3638
## MCC Melody Example Components

0 commit comments

Comments
 (0)