Skip to content

Commit 123c978

Browse files
author
srinivasa K R
committed
MPAE-7470 : json file is updated as per guidelines provided
1 parent 38ec04a commit 123c978

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.main-meta/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-adc-computation-modes-mplab",
77
"version": "1.0.0",
8-
"displayName": "ADC With Computational Modes (MPLAB X Project)",
8+
"displayName": "ADC With Computational Modes",
99
"projectName": "pic18f47q10-adc-computation-modes-mplab",
1010
"shortDescription": "Microchip offers a 10-bit ADCC module in PIC18 Q10 family microcontrollers. This example highlights the basic, average, burst average and low-pass filter computation modes of ADC using PIC18F47Q10 MCU and Curiosity High Pin Count development board.",
1111
"ide": {
@@ -40,7 +40,7 @@
4040
"subcategories": [
4141
"",
4242
[
43-
"Peripherals", "TCA"
43+
"Peripherals", "TMR1"
4444
],
4545
[
4646
"Peripherals", "ADCC"
@@ -53,7 +53,7 @@
5353
]
5454
],
5555
"peripherals": [
56-
"TCA","ADCC","HLT","USART"
56+
"TMR1","ADCC","HLT","USART"
5757
],
5858
"keywords": [
5959
"PIC18F47Q10",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ Make sure that the latest software libraries are installed. The demo/example use
178178
* Configure the serial port for communication with the Curiosity High Pin Count (HPC) Development Board.
179179
* Set the baud rate to 230400, parity to none and stop bits to 1.
180180
* Ensure the DTR option is checked and both RTS and Open Terminal options are unchecked.
181-
* Configure data streamer for interfacing Oscilloscope window with the serial port control panel. Data streamer configuration **(data-streamer-config.txt) ** file is available in example firmware folder.
182-
* Configure Oscilloscope module visualizes data values in real-time.
181+
* Configure data streamer for interfacing Oscilloscope window with the serial port control panel. Data streamer configuration **(data-streamer-config.txt)** file is available in example firmware folder.
182+
* Configure Oscilloscope module for visualize the data values in real-time.
183183

184184
**NOTE**: Refer Data Visualizer user guide for more information.
185185

0 commit comments

Comments
 (0)