Skip to content

Commit a488a35

Browse files
author
srinivasa K R
committed
MPAE-7470 : json and read me updated after draft review
1 parent 123c978 commit a488a35

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"author": "Microchip",
4040
"subcategories": [
41-
"",
41+
"MCC",
4242
[
4343
"Peripherals", "TMR1"
4444
],

README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,62 @@ Switch S2 is connected to pin RC5, which is used as input source to timer4 (HLT)
280280
* Connect the Curiosity High Pin Count (HPC) Development Board to a host computer (PC) using standard micro B USB cable for power up the board.
281281
* Connect the USB UART click board to a host computer (PC) using standard micro B USB cable for transmit UART data on terminal.
282282
* Connect function generator’s output to pin RA1 (on header J8) of curiosity HPC board. Establish common ground reference for both function generator and curiosity HPC board.
283+
* The following table shows port pins of PIC18F47Q10 MCU configured in this application along with its respective signal names
284+
285+
<table>
286+
<thead>
287+
<tr>
288+
<th>SL. No.</th>
289+
<th>PIC18F47Q10</th>
290+
<th>Signal</th>
291+
<th>Board</th>
292+
</tr>
293+
</thead>
294+
<tbody>
295+
<tr>
296+
<td>1</td>
297+
<td>RA0/AN0</td>
298+
<td>Potentiometer</td>
299+
<td>Curiosity HPC Board</td>
300+
</tr>
301+
<tr>
302+
<td>2</td>
303+
<td>RA1/AN1</td>
304+
<td>Analog Input</td>
305+
<td>Curiosity HPC Board</td>
306+
</tr>
307+
<tr>
308+
<td>3</td>
309+
<td>RA4</td>
310+
<td>LED D2</td>
311+
<td>Curiosity HPC Board</td>
312+
</tr>
313+
<tr>
314+
<td>4</td>
315+
<td>RA5</td>
316+
<td>LED D3</td>
317+
<td>Curiosity HPC Board</td>
318+
</tr>
319+
<tr>
320+
<td>5</td>
321+
<td>RC5</td>
322+
<td>Switch S2</td>
323+
<td>Curiosity HPC Board</td>
324+
</tr>
325+
<tr>
326+
<td>6</td>
327+
<td>RC6/TX</td>
328+
<td>-42.0</td>
329+
<td>USB UART Click</td>
330+
</tr>
331+
<tr>
332+
<td>7</td>
333+
<td>RC7/RX</td>
334+
<td>-48.1</td>
335+
<td>USB UART Click</td>
336+
</tr>
337+
</tbody>
338+
</table>
283339

284340
<p align="center">
285341
<img width=750 height=auto src="images/HardwareSetup.jpg">

0 commit comments

Comments
 (0)