The Arduino PS/2 Keyboard Smart Interface: The Problem: Many of my arduino projects need keyboard data entry. The library needed to process keyboard scan codes is hefty, not leaving much space and cpu time for the "real" project. The Solution: Off load the scancode processing to another A…