Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Calculator Keyboard Interface

Examples

  1. Interface the keypad and read the key-codes (HEX) of all keys.

Exercises

  1. Perform mathematical operations: ADD, MULTIPLY and SUBTRACT.

  2. Find the value of (X + Y) x Z - U (e. g. (5+4) x 3-7).