You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ So, as the pot meter is adjusted, the brightness of the PWM is adjusted, mapped
17
17
## MCC Melody Example Components
18
18
Example Components are a tight integration of learning material directly into MCC. This allows users to conveniently place configuration instructions side-by-side to the components they are configuring. For more information, refer to the [MCC Melody Example Components Introduction](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.EXAMPLES&version=latest&redirect=true).
19
19
20
-
**Note:** The image below shows the ADCC Example Component, as it would be moving to the ADCC Data Streamer (Callbacks Implementation), having implemented the ADCC Basic Printf (Callbacks Implementation). In this case a diff between the two examples is shown.
20
+
**Note:** The image below shows the completed configuration of the ADCC Data Streamer Example (Callbacks implementation), to which a PWM1_16BIT component has been added.
21
21
22
-

22
+

23
23
24
24
25
25
Complete projects, available in [MPLAB® Discover](https://mplab-discover.microchip.com) or GitHub, are specific to a board and microcontroller. However, the current project could be recreated on a range of supported microcontrollers by following the steps in the example component.
@@ -48,15 +48,19 @@ Example Components are related to [MCC Melody Design Patterns for Control Flow](
48
48
49
49
50
50
## Setup
51
-
All instructions required to recreate this example are listed below, under Configuration Instructions.
51
+
The instructions required to recreate this example are listed below, under Configuration Instructions.

54
54
55
-
Once you have loaded the project in MPLAB X IDE, you will also be able to find more information from Tooltips and links next to the instructions
56
-
[](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.CONFIGHELP.UART.CNANO&version=latest&redirect=true).
55
+
To these, the following additional steps are needed.
57
56
57
+
**Note:** The timer period is changed to 0.02s, i.e., 20 ms.
58
58
59
-

0 commit comments