Skip to content

Commit 54636a1

Browse files
committed
MPAE-15505: Retrigger build
1 parent af79db4 commit 54636a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This code example creates a simple quadrature decoder on the PIC18F16Q40 device.
99
* [MPLAB XC8 Compiler v2.40](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers?utm_campaign=PIC18FQ40&utm_source=GitHub&utm_medium=hyperlink&utm_term=&utm_content=pic18f16q40-quadrature-decoder-MCU8_MMTCha)
1010
* [MPLAB Code Configurator (MCC)](https://www.microchip.com/en-us/tools-resources/configure/mplab-code-configurator?utm_campaign=PIC18FQ40&utm_source=GitHub&utm_medium=hyperlink&utm_term=&utm_content=pic18f16q40-quadrature-decoder-MCU8_MMTCha)
1111
* [PIC18F-Q_DFP v1.15.360](https://packs.download.microchip.com)
12-
* MPLAB Data Visualizer or a Serial COM Terminal (*optional*)
12+
* MPLAB Data Visualizer or a Serial COM Terminal (*optional*)
1313

1414
## Hardware Used
1515

@@ -57,7 +57,7 @@ Depending on the encoder, the specific circuit required for proper operation wil
5757

5858
The encoder used is a mechanical encoder with 24 pulses-per-revolution (PPR). High PPR encoders provide more precise positioning information. However, this example uses it for user interfacing, where the precision of a higher PPR encoder was not needed.
5959

60-
To connect the encoder to the microcontroller, the manufacturer for this encoder (Bourns Inc.) recommends pulling up the outputs of the encoders to Vdd and filtering with an RC filter, an example of which is shown in Figure 3. (See the [Manufacturer's Datasheet](https://www.bourns.com/docs/Product-Datasheets/PEC12R.pdf) for up-to date information.)
60+
To connect the encoder to the microcontroller, the manufacturer for this encoder (Bourns Inc.) recommends pulling up the outputs of the encoders to V<sub>DD</sub> and filtering with an RC filter, an example of which is shown in Figure 3. (See the [Manufacturer's Datasheet](https://www.bourns.com/docs/Product-Datasheets/PEC12R.pdf) for up-to date information.)
6161

6262
![Sample Circuit](./images/sampleCircuit.png)
6363
*Figure 3 - Implemented Circuit*

0 commit comments

Comments
 (0)