This repo covers external interrupts on the ATmega328, including INT0, INT1, and Pin Change Interrupts (PCINT).
- 
            Updated
            
Oct 30, 2025  - C
 
This repo covers external interrupts on the ATmega328, including INT0, INT1, and Pin Change Interrupts (PCINT).
A real-time clock (RTC) that show the current time
SW for HW Interface course labs
A repository for holding end users code and guides for implementing an ARDUINO External Interrupt Framework
Frequency generator is an embedded systems project using 8051 microcontroller with code written in c, proteus simulation and hardware circuit
Implementations of basic components like timers, LCD displays, external interrupts, and digital pins on the STM32F103R6 microcontroller, demonstrating fundamental embedded system concepts.
My simon-game project that is written in C language for the AVR ATMEGA32 microcontroller.
Drivers for ATmega32 peripherals designed for modular embedded system development.
SMT160 digital temperature sensor reading by AVR microcontroller
Toggle LEDs by external interruptions
University course: Embedded Systems
5 floor single elevator controller.
STM32F4 example projects demonstrating ADC, timer-based ADC, push button handling (polling and interrupt), digital read, external interrupts, LED blinking, PWM, and DC motor control.
An example showing how external interrupts work. Pushing a button triggers the blinking of a LED.
Developing a system that controls the stop-watch time and displays it on 7-segments.
This project demonstrates using **hardware interrupts** on the Raspberry Pi Pico W to toggle the on-board LED when a push button is pressed.
This project demonstrates how to use an **External Interrupt (EXTI)** to control an LED using a **push button** on the STM32F446RE Nucleo board.
This project demonstrates how to configure and handle **external interrupts (INT0 & INT1)** on the **ATmega328P** at the register level, without using Arduino functions.
Add a description, image, and links to the external-interrupts topic page so that developers can more easily learn about it.
To associate your repository with the external-interrupts topic, visit your repo's landing page and select "manage topics."