Skip to content

Commit 009b837

Browse files
Prasanna MahendravadaSachin Shewale
authored andcommitted
MPAE-17001 update driver
Merge in EBE/pic18f47q10-adc-computation-modes-mplab from feature/MPAE-17001-update-driver to develop
1 parent 6798b07 commit 009b837

File tree

100 files changed

+45752
-23681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+45752
-23681
lines changed

.main-meta/main.json

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"metaDataVersion": "1.0.0",
33
"category": "com.microchip.ide.project",
44
"content": {
5-
"metaDataVersion": "1.1.0",
5+
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-adc-computation-modes-mplab",
7-
"version": "1.0.2",
7+
"version": "2.0.0",
88
"displayName": "Usage of PIC18-Q10 family 10-bit ADCC Computation modes for real-time sensing applications",
99
"projectName": "pic18f47q10-adc-computation-modes-mplab",
1010
"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": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=5.40.0"
13+
"semverRange": ">=6.15.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.30.0"
18+
"semverRange": "^2.46.0"
1919
}
2020
],
2121
"dfp": {
2222
"name": "PIC18F-Q_DFP",
23-
"semverRange": "^1.8.154"
23+
"semverRange": "^1.24.430"
2424
},
2525
"configurator": {
2626
"name": "MCC",
27-
"semverRange": ">=4.0.1"
27+
"semverRange": ">=5.3.7"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
@@ -36,33 +36,16 @@
3636
"versionRange": "*"
3737
}
3838
},
39-
"author": "Microchip",
40-
"subcategories": [
41-
"Sensor",
42-
[
43-
"Peripherals", "TMR1"
44-
],
45-
[
46-
"Peripherals", "ADCC"
47-
],
48-
[
49-
"Peripherals", "HLT"
50-
],
51-
[
52-
"Peripherals", "USART"
53-
]
54-
],
39+
"author": "Prasanna Mahendravada",
5540
"peripherals": [
56-
"TMR1","ADCC","HLT","USART"
41+
"ADCC"
5742
],
5843
"keywords": [
59-
"16-bit Timer",
6044
"Data Visualizer",
61-
"Average",
6245
"Curiosity",
63-
"Wired",
6446
"Computation Mode",
65-
"Filter"
47+
"Melody"
48+
6649
],
6750
"additionalData": {
6851
"longDescription": {

README.md

Lines changed: 112 additions & 190 deletions
Large diffs are not rendered by default.

images/AVGMode-LTcrossed.png

15.7 KB
Loading

images/AVGMode-UTcrossed.png

17.5 KB
Loading

images/AVGMode.png

6.63 KB
Loading

images/AddPlot.png

13.2 KB
Loading

images/BasicMode.png

7.03 KB
Loading

images/BurstAVGMode.png

8.64 KB
Loading

images/BurstAVGModeLTCrossed.png

17.8 KB
Loading

images/BurstAVGModeUTCrossed .png

18.3 KB
Loading

0 commit comments

Comments
 (0)