An open API service indexing awesome lists of open source software.

https://github.com/lemongrb/simpleasm

Detecting a button press with an interactive interface
https://github.com/lemongrb/simpleasm

assembly-language button-press detect falling-edge interactive-interface lcd lm016 pic18f425 press-detect

Last synced: 11 months ago
JSON representation

Detecting a button press with an interactive interface

Awesome Lists containing this project

README

          

Simple assembly code for pic18f452 that detects a button press and displays "BUTTON".
If the button has not been pressed for 5 seconds from the last press then a "NO BUTTON" is displayed.