File tree 2 files changed +11
-16
lines changed
2 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 4
4
"content" : {
5
5
"metaDataVersion" : " 1.1.0" ,
6
6
"name" : " com.microchip.mcu8.mplabx.project.pic18f47q10-dac-waveform-generation" ,
7
- "version" : " 2.0.1 " ,
7
+ "version" : " 2.0.2 " ,
8
8
"displayName" : " Waveform generation using DAC" ,
9
9
"projectName" : " pic18f47q10-dac-waveform-generation" ,
10
10
"shortDescription" : " This example demonstrates how DAC peripherals from PIC18F Q10, can be used to generate reference voltage and different signals" ,
38
38
},
39
39
"author" : " Microchip" ,
40
40
"subcategories" : [
41
- " MCC" ,
42
41
[
43
42
" Peripherals" , " DAC"
44
- ],
45
- [
46
- " Peripherals" , " TMR2"
47
- ]
43
+ ]
48
44
],
49
45
"peripherals" : [
50
- " DAC" ,
51
- " TMR2"
46
+ " DAC"
52
47
],
53
48
"keywords" : [
54
- " Waveform generation " ,
55
- " Reference Voltage" ,
49
+ " Signal Generation " ,
50
+ " Voltage Reference " ,
56
51
" Melody"
57
52
],
58
53
"additionalData" : {
Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ With full program and debug capabilities, the PIC18F47Q10 Curiosity Nano evaluat
72
72
# Software Tools
73
73
Following Microchip’s free IDE, compiler and graphical code generators are used for the application firmware development.
74
74
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/ )
81
81
82
82
# Hardware Setup
83
83
The following figures (Figure 3.1 and Figure 3.2) show the hardware connection details.
You can’t perform that action at this time.
0 commit comments