Skip to content

Commit 40a0ae1

Browse files
Irene Mary AbrahamIrene Mary Abraham
Irene Mary Abraham
authored and
Irene Mary Abraham
committed
MPAE-12911:Metadata and Readme update
1 parent f3a5b4a commit 40a0ae1

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

.main-meta/main.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-dac-waveform-generation",
7-
"version": "2.0.1",
7+
"version": "2.0.2",
88
"displayName": "Waveform generation using DAC",
99
"projectName": "pic18f47q10-dac-waveform-generation",
1010
"shortDescription": "This example demonstrates how DAC peripherals from PIC18F Q10, can be used to generate reference voltage and different signals",
@@ -38,21 +38,16 @@
3838
},
3939
"author": "Microchip",
4040
"subcategories": [
41-
"MCC",
4241
[
4342
"Peripherals", "DAC"
44-
],
45-
[
46-
"Peripherals", "TMR2"
47-
]
43+
]
4844
],
4945
"peripherals": [
50-
"DAC",
51-
"TMR2"
46+
"DAC"
5247
],
5348
"keywords": [
54-
"Waveform generation",
55-
"Reference Voltage",
49+
"Signal Generation",
50+
"Voltage Reference",
5651
"Melody"
5752
],
5853
"additionalData": {

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ With full program and debug capabilities, the PIC18F47Q10 Curiosity Nano evaluat
7272
# Software Tools
7373
Following Microchip’s free IDE, compiler and graphical code generators are used for the application firmware development.
7474

75-
* [MPLAB® X IDE v5.45 or newer](http://www.microchip.com/mplab/mplab-x-ide)
76-
* [MPLAB® XC8 Compiler v2.31 or newer](http://www.microchip.com/mplab/compilers)
77-
* [MPLAB® Code Configurator (MCC) v4.1.0 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
78-
* [MPLAB® Melody Library v1.37.17 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
79-
* [MCC Device Libraries PIC10 / PIC12 / PIC16 / PIC18 MCUs v1.81.7 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
80-
* [Microchip PIC18F-Q Series Device Support 1.9.175 or newer](https://packs.download.microchip.com/)
75+
* MPLAB® X IDE [v5.45 or newer](http://www.microchip.com/mplab/mplab-x-ide)
76+
* MPLAB® XC8 Compiler [v2.31 or newer](http://www.microchip.com/mplab/compilers)
77+
* MPLAB® Code Configurator (MCC) [v4.1.0 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
78+
* MPLAB® Melody Library [v1.37.17 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
79+
* MCC Device Libraries PIC10 / PIC12 / PIC16 / PIC18 MCUs [v1.81.7 or newer](https://www.microchip.com/mplab/mplab-code-configurator)
80+
* Microchip PIC18F-Q Series Device Support [1.9.175 or newer](https://packs.download.microchip.com/)
8181

8282
# Hardware Setup
8383
The following figures (Figure 3.1 and Figure 3.2) show the hardware connection details.

0 commit comments

Comments
 (0)