Skip to content

Commit fba35a6

Browse files
author
srinivasa K R
committed
MPAE-7470 : JSON file is updated
1 parent 9440c2b commit fba35a6

File tree

2 files changed

+36
-22
lines changed

2 files changed

+36
-22
lines changed

.main-meta/main.json

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,69 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.1.0",
6-
"name": "com.microchip.mcu8.mplabx.project.",
7-
"version": " ",
8-
"displayName": " ",
9-
"projectName": "",
10-
"shortDescription": "",
6+
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-adc-computation-modes-mplab",
7+
"version": "1.0.0",
8+
"displayName": "ADC With Computational Modes (MPLAB X Project)",
9+
"projectName": "pic18f47q10-adc-computation-modes-mplab",
10+
"shortDescription": "Microchip offers a 10-bit ADCC module in PIC18 Q10 family microcontrollers. This example highlights the basic, average, burst average and low-pass filter computation modes of ADC using PIC18F47Q10 MCU and Curiosity High Pin Count development board.",
1111
"ide": {
12-
"name": "",
13-
"semverRange": ""
12+
"name": "MPLAB X IDE",
13+
"semverRange": ">=5.40"
1414
},
1515
"compiler": [
1616
{
17-
"name": "",
18-
"semverRange": ""
17+
"name": "XC8",
18+
"semverRange": "^2.30"
1919
}
2020
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "PIC18F-Q_DFP",
23+
"semverRange": "^1.8.154"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": ">=4.0.1"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
3131
"category": "com.microchip.portal.contentRef",
3232
"content": {
3333
"metaDataVersion": "1.0.0",
3434
"category": "com.microchip.device",
35-
"name": "",
35+
"name": "PIC18F47Q10",
3636
"versionRange": "*"
3737
}
3838
},
39-
"author": "",
39+
"author": "Microchip",
4040
"subcategories": [
4141
"",
4242
[
43-
"Peripherals", ""
43+
"Peripherals", "TCA"
4444
],
4545
[
46-
"Peripherals", ""
47-
]
46+
"Peripherals", "ADCC"
47+
],
48+
[
49+
"Peripherals", "HLT"
50+
],
51+
[
52+
"Peripherals", "USART"
53+
]
4854
],
4955
"peripherals": [
50-
"",""
56+
"TCA","ADCC","HLT","USART"
5157
],
5258
"keywords": [
53-
"",
54-
""
59+
"PIC18F47Q10",
60+
"MPLAB X",
61+
"MCC",
62+
"Timer",
63+
"Data Visualizer",
64+
"ADCC",
65+
"Average",
66+
"Burst Average",
67+
"Low Pass Filter",
68+
"Curiosity HPC Board"
5569
],
5670
"additionalData": {
5771
"longDescription": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The ADCC module of PIC18F47Q10 MCU periodically acquires analog data and process
8989
In Low-pass filter mode, cut-off frequency is calculated as below:
9090

9191
<p align="center">
92-
<img width=200 height=auto src="images/Formula.jpg">
92+
<img width=275 height=auto src="images/Formula.jpg">
9393
<br><strong><br>
9494
</p>
9595

0 commit comments

Comments
 (0)