Skip to content
#

atmega4809

Here are 7 public repositories matching this topic...

Language: C
Filter by language

This library enables you to use Interrupt from Hardware Timers on an ATmega4809-based board, such as Arduino UNO WiFi Rev2, AVR_NANO_EVERY, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their exec…

  • Updated Dec 5, 2022
  • C

This library enables you to use ISR-based PWM channels on Arduino megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc., to create and output PWM any GPIO pin. It now supports 16 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature is …

  • Updated Dec 5, 2022
  • C

Improve this page

Add a description, image, and links to the atmega4809 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the atmega4809 topic, visit your repo's landing page and select "manage topics."

Learn more