Skip to content
#

timers

Here are 74 public repositories matching this topic...

The program implements a user level thread library for Linux in C with pre-emption, locks, conditions, semaphores, scheduler, timers, multi-level priority queue ensuring synchronization in real world programs besides several other features making it a complete autonomous library for thread creation and management. Sample test programs utilizing …

  • Updated Feb 2, 2020
  • C

This Program is for both Transmitter side and Receiver side. This will transfer multiple variable value at a same time from 16 bit PIC24F to Arduino using UART Communication. The transmitter part will be interrupt by a timer of PIC24F. The receiver side will decode and separate all the received variable value.

  • Updated Mar 31, 2022
  • C

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

Improve this page

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

Learn more