Skip to content
#

avr128dx

Here are 5 public repositories matching this topic...

Language: All
Filter by language

This library enables you to use ISR-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM any GPIO pin. It now supports up to 64 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most importa…

  • Updated Dec 31, 2022
  • C

This library enables you to use Hardware-based PWM channels on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.), using DxCore, to create and output PWM. Using similar functions as many other FastPWM libraries, it enables you to port PWM code easily between platforms.

  • Updated Jan 22, 2023
  • C++

This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore. These AVRDx Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software tim…

  • Updated Dec 5, 2022
  • C

Improve this page

Add a description, image, and links to the avr128dx 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 avr128dx topic, visit your repo's landing page and select "manage topics."

Learn more