Skip to content

j-bellavance/MyKeypad

Repository files navigation

MyKeypad

A small library to use voltage divider setup switches and methods to calculate resistors values. MyKeypad allows us to use up to 16 switches connected to an analog pin on the Arduino.

if (keypad.keyPressed()) theKey = keypad.getKey(); will return the id (0..n-1) of the switch that was pressed.

Calculator is a spreadsheet that also allows us to find the propper resistor values

About

A small library to use voltage divider setup switches and methods to calculate resistors values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages