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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The code in this repository is configured using MCC Melody for all three assignm
34
34
35
35
## Assignment 1: LED Toggle Application
36
36
37
-
An application will be developed to control the LED using the push-button on the board. The LED will be OFF while holding the button down(default state is LED ON).
37
+
An application will be developed to control the LED using the push-button on the board. The LED will be OFF while holding the button down(default state is LED ON).
38
38
39
39
On the ATtiny817 Xplained Pro board, LED0 is connected to pin PB4, and the push-button (SW0) is connected to pin PB5.
40
40
@@ -174,12 +174,12 @@ Clock details:
174
174
175
175
### MCC Setup
176
176
177
-
An overview of the MCC setup used in assignment 3 is shown in the image below. Remaining peripherals from assignment 2 can be deleted or just left as is. TCA0 is used with the same setup as assignment 2.
177
+
An overview of the MCC setup used in Assignment 3 is shown in the image below. Remaining peripherals from Assignment 2 can be deleted or just left as is. TCA0 is used with the same setup as Assignment 2.
In the CCL peripheral go the settings for LUT1. Enable LUT1 and enable LUT output. Set Input 0 Source to TCA0, Input 1 Source to Event1 and Input 2 Source to Event0. Set Gate Type to custom and enter in the truth table or set the OUT Result directly to 0xac.
182
+
In the CCL peripheral, go to the LUT1 settings. Enable LUT and Enable LUT output. Set Input 0 Source Selection to TCA0, Input 1 Source Selection to Event1 and Input 2 Source Selection to Event0. Set Gate Type to Custom and enter in the truth table or set the OUT result to 0xac.
0 commit comments