Skip to content

dush1508/Interrupts-and-Timers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Interrupts-and-Timers

Make a system which is connected to your laptop via UART and uses a pushbutton, a keypad, and an LED. The system should cause the LED to blink each second using a timer-based interrupt. The system should continually detect buttons pressed on the keypad and display the corresponding characters on the screen of your laptop. When the pushbutton is pressed, your system should use a GPIO-based interrupt to display a '$' character on your laptop. Assume that only one button on the keypad can be pressed at a time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages