An open API service providing repository metadata for many open source software ecosystems.

Topic: "interrupt"

SulaimanNiazi/Timer-Based-Digital-Stopwatch

Digital stopwatch using Timer1. Displays elapsed time over UART in the format MM:SS:MS.

Language: SWIG - Size: 142 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

craigpeacock/PIC32MK

Example code for PIC32MK

Language: C - Size: 36.1 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Anaskhan198/ADES_FREE_RTOS

Related work on task management, queue management and interrupt handling...

Size: 43.9 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

gregyedlik/irq_lowpow

Low-power-sleep with watchdog and interrupt-awake on an RP2040.

Language: C++ - Size: 11.7 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

krotti42/NUCLEO-H745ZI-Q

STMicroelectronics NUCLEO-H745ZI-Q bare-metal examples (without HAL)

Language: C - Size: 97.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

jeyoung/esp8266-uart-rx

ESP8266: Demo of handling UART through registers and interrupts

Language: C - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

EbramMaher95/UART-in-interrupt-task-STM32-

a task to use UART in interrupt mode while a LED is being toggled in the main function every 500 ms. the UART interrupt asks the user to enter their name, when the user enters their name and presses Enter, their name is displayed

Language: C - Size: 601 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Alevita23/Led-control-and-analog-signal-monitoring

Progetto Laboratorio di progettazione elettronica per il monitoraggio di un segnale analogico e controllo LED

Language: C - Size: 1.15 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

woodong11/Firmware_mini_project_bundle

STM32와 Renesas의 Eval Board로 Firmware를 개발한 미니 프로젝트입니다.

Language: C - Size: 63.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dissloved/XHCI-Interrupt-Moderation-IMOD

Script to automatically install XHCI Interrupt Moderation (IMOD)

Language: PowerShell - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Sreerajvr172001/PID-POSITION-CONTROL-FOR-DC-GEARED-MOTOR

A PID controller algorithm for a custom made servo

Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

IowaDave/ATmega328-Power-Save-Sleep-Solved

Achieve the greatest decrease in current consumption while keeping the ability to wake up the controller from an internal timer.

Size: 692 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Infineon/mtb-t2g-lite-example-pdl-lvd-interrupt

MTB code example

Language: C - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Infineon/mtb-t2g-lite-example-mcwdt

MTB code example

Language: C - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Infineon/mtb-t2g-example-software-interrupt

MTB code example

Language: C - Size: 479 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Infineon/mtb-t2g-example-nmi-timing-protection

MTB code example

Language: C - Size: 476 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

microchip-pic-avr-examples/avr128da48-getting-started-with-gpio-mplab-mcc

This repository contains 3 MCC generated code examples that show how to use the GPIO peripheral of the AVR128DA48 device in different modes. It is a companion to the TB3229-Getting Started with General Purpose Input/Output (GPIO).

Language: C - Size: 3.51 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

Sayed108/Interrupt_Lab

With using timer interrupt , Lm35 (Temprature sensor) ,LCD 2*16 and DC fan , An interrupt is executed when the temperature reaches 50 degrees or higher. The ISR sends a signal that operates the fan and keeps working until the temperature is back below 50 degrees and display the elipsaed time

Language: C - Size: 478 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Mohd-Sherif/Smart_Home

Smart Home Project implemented by ATmega32 Microcontroller, LCD, Keypad, LM35 Temperature Sensor and LEDs.

Language: Makefile - Size: 598 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

rodruizronald/go-quitter

Graceful shutdown mechanism that propagates a quit signal to all goroutines running in the background

Language: Go - Size: 697 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

namanh2310/Traffic-Light

A Micro-controller Project

Language: C - Size: 122 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

khoih-prog/ATmega_TimerInterrupt 📦

This library enables you to use Interrupt from Hardware Timers on an AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore. 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 are ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks

Language: C - Size: 140 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mohamedhashim173/ATmega32_DC_Motor_Speed_Control_PWM_Signal

DC Motor Speed Control - PWM Signal Control

Language: C - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mohamedhashim173/ATmega32_EXTI_Driver

ATmega32 EXTI Driver

Language: C - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MartinStokroos/SparkFun_MMA8452Q_I_Arduino_Library Fork of sparkfun/SparkFun_MMA8452Q_Arduino_Library

SparkFun Triple Axis Accelerometer Breakout - MMA8452Q Arduino Library plus interrupt functionality and filter cutoff frequency.

Language: C++ - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

denizariyan/ATmega328P-Interrupt-Based-Timer

An example for the interrupt based timers for ATmega328P micro-controller. Using CMake based build powered by PlaftormIO

Language: C - Size: 87.9 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JCDent0n/STM32F072RB_TIM6_LED_BLINK-W_interrupt

Language: HTML - Size: 65.4 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nicolasventer/Interruptible-Sleep

C++ Interruptible Sleep

Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

cemsam/digitalAlarmClock

Digital Alarm Clock on developed on ATmega328

Language: C++ - Size: 140 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

bdubs-astro/uPy_Read_Rotary_Encoder

read a KY-040 rotary encoder using interrupts, display results with an SSD1306 OLED

Language: Python - Size: 723 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

yaroslaff/lightsleep

sleep() you can interrupt with redis or websocket event

Language: Python - Size: 28.3 KB - Last synced at: 5 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

davidhozic/LITL

LITL - List Input Timer Library is an open source CPP library designed to work on windows and AVR platform

Language: C++ - Size: 182 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

umutcantr/Simple-Canbus

Simple example test code for canbus transmitter and receiver side. The communication is between two Stm32f407vg development board with 500 kb/s speed in interrupt mode. For another stm32 families refer to hal user manual. In a successful communication PD12 led blinks synchronize in both side.

Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

etno712/timer

Library in MicroPython for timers without interrupt

Language: Python - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

osnetsvn/Latency_Test

Kernel Level Timer Interrupt Latency Test ( Kernel Level Cyclictest)

Language: C - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

sitronlabs/SitronLabs_LIS3DH_Arduino_Library

Arduino library for the STMicroelectronics LIS3DH low-power three-axis linear accelerometer.

Language: C++ - Size: 2.24 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

no-go/pi4-irq-SystemTimer

a minimal code to test system timer interrupt during a main loop on raspberry Pi4 and aarch64

Language: C - Size: 2.87 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

JangYeHoon/embedded-system

내장형 시스템 실습 코드

Language: C - Size: 2.59 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

tomcombriat/interruptCapSense

A small library to perform capacitive sensing in an asynchronous way using interruptions.

Language: C++ - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

OrsoEric/2020-07-06-Longan-Nano-RTC-Interrupt

Use the RTC timer to emit a 4Hz SECOND alarm to toggle the RED LED at 2Hz

Language: C++ - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

svce-interrupt/GameOfTags2k19

Game Of Tags @ Interrupt 2k19

Language: HTML - Size: 313 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

csufeardir/MicrocontrollerPractice

A set of practices and challanges performed via microcontroller ATMEL AT89S52.

Language: C - Size: 1.54 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Infineon/PSoC-6-MCU-Device-Related-Design

PSoC 6 MCU Device Related Designs

Language: C - Size: 16.9 MB - Last synced at: 12 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 3

aymentabib/PicMicroEx

des exemples de code avec mplabx et xc8 pour les µC Pic plus des simulations sur ISIS Proteus

Language: Makefile - Size: 1.58 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 3