Skip to content

Commit a159681

Browse files
Erling Holten WikenErling Holten Wiken
authored andcommitted
MPAE-12175: updated to Melody v1.37.26, updated readme
1 parent 4f0d9f0 commit a159681

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
This code example shows how to use single slope Pulse-Width Modulation (PWM) in the Timer/Counter A (TCA) on the AVR® DB Family of microcontrollers to generate overflow interrupts that toggle a LED. The time between each overflow interrupt is determined by the TCA clock prescaler selection and the value loaded into the period register. Then the overflow interrupt is enabled, and the TCA is started. Inside the interrupt handler function, the LED is toggled. The result is that the amber LED0 on the AVR128DB48 Curiosity Nano development board is blinking with an equal period on and off (50% duty cycle).
77

8-
![cnano](images/avr128db48_cnano_board.png | width=1000)
8+
<!-- ![cnano](images/avr128db48_cnano_board.png) -->
9+
<p>
10+
<img width=700px height=auto src="images/avr128db48_cnano_board.png">
11+
</p>
912

1013
## Related Documentation
1114

0 commit comments

Comments
 (0)