Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 329 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 329 Bytes

keypad-interface-with-termios

A small program that can be integrated with lots of small student projects to have keypad interface without pressing enter and thus provide a realtime keypad interface. Usage- ttyraw(0) at the begining of your code to read the raw keypad input. ttyreset(0) at the time of exiting your code