Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 250 Bytes

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).