diff --git a/.main-meta/main.json b/.main-meta/main.json index 383ed1c..b4fc3b8 100644 --- a/.main-meta/main.json +++ b/.main-meta/main.json @@ -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": { diff --git a/README.md b/README.md index 6e161f1..93997d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ MCHP -## 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. @@ -144,7 +144,7 @@ This chapter demonstrates how to use the MPLAB X IDE to program a PIC® device w
-- [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) \ No newline at end of file