Skip to content
#

mega2560

Here are 9 public repositories matching this topic...

A small framework for developing games for the TinyJoypad platform using more connective and resourceful micro controllers like Arduino UNO, Leonardo, Mega 2560, Arduino Zero and many other micro controllers.

  • Updated Jan 7, 2023
  • C

This library enables you to use ISR-based PWM channels on AVR-based boards, such as Mega-2560, UNO,Nano, Leonardo, 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 they'r…

  • Updated Dec 5, 2022
  • C

This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, 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 executions are not blocked by bad-behavin…

  • Updated Dec 5, 2022
  • C

Improve this page

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

Learn more