You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The Digital-to-Analog Converter (DAC) converts a digital value to an analog volt
7
7
8
8
DAC has a flexible option to choose both positive as well as negative reference voltage sources, depending on application requirement.
9
9
10
-
This Xpress example discusses how DAC peripheral from PIC18F Q10 family of microcontrollers, can be used to generate reference voltage and different signals.
10
+
This demo example discusses how DAC peripheral from PIC18F Q10 family of microcontrollers, can be used to generate reference voltage and different signals.
11
11
12
12
# Related Documents / Useful Links
13
13
@@ -20,7 +20,7 @@ This Xpress example discusses how DAC peripheral from PIC18F Q10 family of micro
20
20
The signals generated in this example are “Sine wave, Triangular wave, Square wave, Sawtooth wave, and constant (reference) voltage signals”. The digital Look Up Table (LUT) is created and fed into DAC input to generate the corresponding signal.
21
21
22
22
### The LUT is generated by considering following parameters-
23
-
1. Constant (Reference) Voltage:
23
+
1. Constant (Reference) Voltage:
24
24
* Voltage 1.6V
25
25
* Voltage 3.0V
26
26
@@ -71,7 +71,7 @@ Following Microchip’s free IDE, compiler and graphical code generators are use
71
71
***Note: For running the demo, the installed tool versions should be the same or later. This example is not tested with previous versions.***
72
72
73
73
# Hardware Setup
74
-
The following figures (Figure 3.1 and Figure 3.2) shows the hardware connections/details.
74
+
The following figures (Figure 3.1 and Figure 3.2) show the hardware connection details.
0 commit comments