MD_UISwitch Library 2.2
Library for different types of User Interface switches
Revision History

Jul 2022 version 2.2.2

  • Fixed bug in matrix lookup index calculation
  • Added SimpleKbd example
  • Documentation updates and fixes

Apr 2022 version 2.2.1

  • Added Concurrent example

Aug 2021 version 2.2.0

  • Added flexible MD_UISwitch_User type switch
  • Moved constants to inside the class definitions

Apr 2019 version 2.1.0

  • Fixed bugs caused by statics in functions (bad mistake!)
  • Added MultiDigital example

Mar 2019 version 2.0.0

  • Added separate debounce routine
  • Added Key-UP and KEY_DOWN indicators
  • Replaced setDebounceTime() with setPressTime()
  • Simplified FSM to eliminate FSM debounce code

Dec 2017 version 1.2.0

  • Changed Digital readKey() value to be the pin number not array index

Nov 2017 version 1.1.0

  • Corrected keywords.txt
  • Added array of pins constructor to UISwitch_Digital
  • Corrected some switch detection code

Nov 2017 version 1.0.0

  • New library created to consolidate existing MD_KeySwitch and MD_AButton libraries