Skip to content
#

isr-based-timer

Here are 2 public repositories matching this topic...

Language: C
Filter by language

This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO. These MBED_RPI_PICO_TimerInterrupt 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 oth…

  • Updated Dec 5, 2022
  • C

This library enables you to use Interrupt from Hardware Timers on an RTL8720-based board. These RTL8720 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 using millis() or micros(). That's mandatory i…

  • Updated Dec 5, 2022
  • C

Improve this page

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

Learn more