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

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 rountine
  • 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