Skip to content

Commit 154cc65

Browse files
committed
MPAE-13378 Readme Title Modified
1 parent aef8209 commit 154cc65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic16f15276-cnano-uart-io-expander-host-mplab-mcc",
77
"version": " ",
8-
"displayName": "UART IO Expander Host using PIC16F15276 microcontroller",
8+
"displayName": "UART I/O Expander: Host Implementation using PIC16F15276",
99
"projectName": "pic16f15276-cnano-uart-io-expander-host-mplab-mcc",
1010
"shortDescription": "This example highlights usage of PIC MCU as IO expander host where the MCU IO pins are used by host MCU to extend its functionalities and communicate through UART interface. Compatible PIC16F152xx family of MCUs are PIC16F15244, PIC16F15254, PIC16F15276",
1111
"ide": {

README.md

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

33
[![MCHP](images/microchip.png)](https://www.microchip.com)
44

5-
# UART IO Expander Host using PIC16F15276 microcontroller
5+
# UART I/O Expander: Host Implementation using PIC16F15276
66

77
This code example demonstrates usage of PIC16F15276 microcontroller as a I/O expander in embedded applications, where the PIC16F15276 microcontroller provides additional I/O pins to the main microcontroller through serial communication interface like I2C or SPI or UART. In this code example, use of EUSART peripheral and GPIOs to realize UART I/O expander is demonstrated.
88

99
## Introduction
1010

11-
The PIC16F15276 microcontroller family is available packages for various embedded applications. The PIC16F15276 simplified feature set includes Peripheral Pin Select (PPS), digital communication peripherals, timers, Enhanced Universal Synchronous Asynchronous Receiver Transmitter (EUSART). In real time applications, EUSART, can be configured as a full-duplex asynchronous system or half-duplex synchronous system. Full-Duplex mode is useful for communications with peripheral systems, such as CRT terminals and personal computers. Half-Duplex Synchronous mode is intended for communications with peripheral devices, such as A/D or D/A integrated circuits, serial EEPROMs or other microcontrollers. Several embedded applications use I/O expander to add the additional I/O pins required for the main microcontroller while interfacing standalone IC modules, display modules, for various features implementation. This code example demonstrates implementation of I/O Expander using EUSART peripheral and I/O pins of the PIC16F15276 microcontroller.
11+
The PIC16F152xx family of microcontrollers are available in packages for various embedded applications. The PIC16F15276 simplified feature set includes Peripheral Pin Select (PPS), digital communication peripherals, timers, Enhanced Universal Synchronous Asynchronous Receiver Transmitter (EUSART). In real time applications, EUSART, can be configured as a full-duplex asynchronous system or half-duplex synchronous system. Full-Duplex mode is useful for communications with peripheral systems, such as CRT terminals and personal computers. Half-Duplex Synchronous mode is intended for communications with peripheral devices, such as A/D or D/A integrated circuits, serial EEPROMs or other microcontrollers. Several embedded applications use I/O expander to add the additional I/O pins required for the main microcontroller while interfacing standalone IC modules, display modules, for various features implementation. This code example demonstrates implementation of I/O Expander using EUSART peripheral and I/O pins of the PIC16F15276 microcontroller.
1212

13-
Refer code example [UART I/O Expander Client using PIC16F15276 microcontroller](https://github.com/microchip-pic-avr-examples/pic16f15276-cnano-uart-io-expander-client-mplab-mcc.git) for more details about the client device implementation.
13+
Refer code example [UART I/O Expander: Client Implementation using PIC16F15276](https://github.com/microchip-pic-avr-examples/pic16f15276-cnano-uart-io-expander-client-mplab-mcc.git) for more details about the client device implementation.
1414

1515
## Related Documentation
1616

0 commit comments

Comments
 (0)