Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syeedameen authored Aug 12, 2021
1 parent b4c1a85 commit 06c9c90
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/io/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
### INPUT AND OUTPUT DEVICES SUBROUTINES


Description | Code
----------------------------|------------------
seven segment display | [sevenseg]
4x4 Matrix Keypad | [keypad]



[sevenseg]:(https://github.com/syeedameen/mcs-51-subroutines/blob/master/src/io/7seg.asm)
[keypad]:(https://github.com/syeedameen/mcs-51-subroutines/blob/master/src/io/keypad.asm)
Description | Code
----------------------------|------------------
seven segment display | [sevenseg](https://github.com/syeedameen/mcs-51-subroutines/blob/master/src/io/7seg.asm)
4x4 Matrix Keypad | [keypad](https://github.com/syeedameen/mcs-51-subroutines/blob/master/src/io/keypad.asm)

0 comments on commit 06c9c90

Please sign in to comment.