Skip to content

Commit d099546

Browse files
committed
MPAE-13378 Readme Modified
1 parent 8717f51 commit d099546

35 files changed

+3315
-31
lines changed

.main-meta/main.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic16f15276-cnano-uart-io-expander-host-mplab-mcc",
77
"version": " ",
8-
"displayName": "",
8+
"displayName": "UART IO Expander Host using PIC16F15276 microcontroller",
99
"projectName": "pic16f15276-cnano-uart-io-expander-host-mplab-mcc",
10-
"shortDescription": "This example highlights usage of PIC MCU as I O expander host where the MCU I O pins could be used by host MCU to extend its functionalities and communicate through UART interface Compatible PIC16F152xx family of MCUs are PIC16F15244 54 PIC16F15276",
10+
"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": {
1212
"name": "MPLAB X",
1313
"semverRange": ">=6.0.0"
@@ -19,12 +19,12 @@
1919
}
2020
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "PIC16f1xxxx_DFP",
23+
"semverRange": "^1.13.178"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": "^5.1.1"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
@@ -37,8 +37,16 @@
3737
}
3838
},
3939
"author": "Amey Panse",
40-
"peripherals": [],
41-
"keywords": [],
40+
"peripherals": [
41+
"EUSART",
42+
"TMR2"
43+
],
44+
"keywords": [
45+
"Melody",
46+
"Curiosity Nano",
47+
"Hardware Limit Timer",
48+
"8/16-bit Timer"
49+
],
4250
"additionalData": {
4351
"longDescription": {
4452
"metaDataVersion": "1.0.0",

README.md

Lines changed: 184 additions & 23 deletions
Large diffs are not rendered by default.

images/blk_diag.png

129 KB
Loading

images/ckt_diag.png

25.2 KB
Loading

images/clk_config.png

180 KB
Loading

images/pin_config.png

295 KB
Loading

images/pin_config_client.png

487 KB
Loading

images/ssd_diag.png

18.7 KB
Loading

images/tmr_config.png

310 KB
Loading

images/uart_config.png

193 KB
Loading

0 commit comments

Comments
 (0)