Skip to content

Commit 48b4f67

Browse files
committed
MPAE-19435 fixed readme comments
1 parent 8e6ca04 commit 48b4f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The example implements an LED chaser, incrementing the binary number on the lowe
2121
The polled implementation simply uses a delay, first of 100 ms then the delay period is changed to 1s once the LED chaser is finished. The hex and binary values of the I/O expander pins are displayed as a printf message over the Universal Asynchronous Receiver and Transmitter (UART).
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-expander1-leds-polled-printf_avrDB.png)
2727
**Note:** the delta 103 ms in the B and the 1.21 s in the C columns, respectively of the time plot. The difference from 100 ms, is simply due to the positioning of the cursor.

0 commit comments

Comments
 (0)