Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 984 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 984 Bytes

ezAnalogKeypad Library for Arduino, ESP32, ESP8266...

The library supports the analog keypad and button array that connects to a single analog input pin. It is designed for Arduino, ESP32, ESP8266....

ezAnalogKeypad stands for Easy Analog Keypad

Features

  • Can be used with Analog Keypad 3x4, 4x4 or any
  • Can be used with array of buttons that connects to a single Analog Input pin
  • All functions are non-blocking

Available Examples

Available Functions

  • setDebounceTime()
  • setNoPressValue(analogValue)
  • registerKey(key, analogValue)
  • getKey()

References