Skip to content
#

at-tiny

Here are 2 public repositories matching this topic...

This library enables you to use Interrupt from Hardware Timers on Arduino AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore. These ATtiny 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 timers …

  • Updated Dec 5, 2022
  • C

This library enables you to use ISR-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to create and output PWM any GPIO pin. It now supports 64 ISR-based PWM channels, while consuming only 1 Hardware Timer. PWM channel interval can be very long (ulong microsecs / millisecs). The most important feature …

  • Updated Dec 5, 2022
  • C

Improve this page

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

Learn more