Skip to content

Commit

Permalink
MPAE-16722: final comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Loles authored and Diana Loles committed Oct 11, 2023
1 parent 1fc1d74 commit a5f0c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metaDataVersion": "1.3.0",
"name": "com.microchip.mcu8.mplabx.project.pic16f18446-sensor-board-temperature-measurement",
"version": "2.0.0",
"displayName": "PIC16F18446 Sensor Board Temperature Measurement",
"displayName": "Sensor Board Temperature Measurement Using the PIC16F18446 Microcontroller",
"projectName": "pic16f18446-sensor-board-temperature-measurement",
"shortDescription": " The PIC reads the temperature sensor, and displays the temperature on the LCD. The sensor has a temperature coefficient of 19.5 mV/°C. It is sensitive enough to detect the heat of the user's hand from a distance of 1 cm.",
"ide": {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a href="https://www.microchip.com" rel="nofollow"><img src="images/microchip.png" alt="MCHP" width="300"/></a>


## Using the PIC16F18446 Microcontroller
## Sensor Board Temperature Measurement Using the PIC16F18446 Microcontroller

The PIC16F184xx family has a new Analog-to-Digital Converter with Computation (ADCC) with a 12-bit resolution. This project shows the reading of an analog temperature sensor (MCP9701) using the ADCC.

Expand Down Expand Up @@ -144,7 +144,7 @@ This chapter demonstrates how to use the MPLAB X IDE to program a PIC® device w

<br>

- [Back to Top](#pic16f18446-sensor-board-temperature-measurement)
- [Back to Top](#sensor-board-temperature-measurement-using-the-pic16f18446-microcontroller)
- [Back to Setup](#setup)
- [Back to Demo](#demo)
- [Back to Summary](#summary)

0 comments on commit a5f0c52

Please sign in to comment.