This repository contains the code and documentation for a real-time embedded systems project. The project demonstrates the use of timers and interrupts to control LED behavior based on user input ...
This project demonstrates the use of interrupts and timers in embedded systems using the MSP432P401R microcontroller from Texas Instruments. The main goal is to manage LED states based on button ...
[Josh] has written up two posts that those of you who use AVRs might find handy. The first post documents a C library that implements a jitter-free one-shot timer. The second post explains how it ...