Skip to content

Releases: Jarboer/VirtualButton

1.2.0 - Release Version

06 May 17:53
69013dc
Compare
Choose a tag to compare

This version is the official release of VirtualButton. Features include:

  • Creating virtual buttons which can be controlled in your code to easily convert a simple push button into a toggle switch.
  • Preforming a virtual digitalRead() to simulate getting a digital input.
    • Simple replacement for physical hardware! Helps debug your code without physical hardware using just your keyboard.