{
  "@context": "http://schema.org/",
  "@type": "SoftwareApplication",
  "name": "MyButtons",
  "description": "A simple Arduino/ESP32 button library for handling a list of buttons - configure once, trigger a debounced pressed event via callback, or check pressed states anytime.",
  "url": "https://github.com/vic4key/MyButtons",
  "author": {
    "@type": "Person",
    "name": "Vic P."
  },
  "applicationCategory": "Signal Input/Output",
  "operatingSystem": "Arduino",
  "downloadUrl": "https://downloads.arduino.cc/libraries/github.com/vic4key/MyButtons-1.0.0.zip",
  "softwareVersion": "1.0.0",
  "fileSize": 27,
  "datePublished": "2026-07-08",
  "license": "https://spdx.org/licenses/MIT"
}