Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 409 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 409 Bytes

SwitchMatrixScanner

Low-level Driver for Arduino projects. This driver assumes the following schematic:

Assumed Keyboard Matrix Schematic

where the pullups can be part of the hardware or can be in the MCU gpio module.

This class works well with the Arduino Keyboard library. See the included examples for details.