CircuitPython async_button Library
latest
  • Introduction

Examples

  • Simple test

Events

  • Events

API Reference

  • async_button
  • SimpleButton
  • TaskWrapper
  • Button
  • MultiButton

Other Links

  • Download from GitHub
  • Download Library Bundle
  • CircuitPython Reference Documentation
  • CircuitPython Support Forum
  • Discord Chat
  • Adafruit Learning System
  • Adafruit Blog
  • Adafruit Store
CircuitPython async_button Library
  • Index
  • Edit on GitHub

Index

A | B | C | D | L | M | P | R | S | T | W

A

  • ALL_EVENTS (async_button.Button attribute)
  • ANY_CLICK (async_button.Button attribute)
  • async_button
    • module

B

  • Button (class in async_button)

C

  • cancel() (async_button.TaskWrapper method)

D

  • deinit() (async_button.Button method)
  • done() (async_button.TaskWrapper method)
  • DOUBLE (async_button.Button attribute)
  • double_click_max_duration (async_button.Button attribute)

L

  • LONG (async_button.Button attribute)
  • long_click_min_duration (async_button.Button attribute)

M

  • module
    • async_button
  • MultiButton (class in async_button)

P

  • PRESSED (async_button.Button attribute)
  • pressed() (async_button.SimpleButton method)

R

  • RELEASED (async_button.Button attribute)
  • released() (async_button.SimpleButton method)
  • result() (async_button.TaskWrapper method)

S

  • SimpleButton (class in async_button)
  • SINGLE (async_button.Button attribute)

T

  • TaskWrapper (class in async_button)
  • TRIPLE (async_button.Button attribute)

W

  • wait() (async_button.Button method)
    • (async_button.MultiButton method)
  • wait_for_click() (async_button.Button method)

© Copyright 2023 - 2024 Phil Underwood. Revision e702f250.

Built with Sphinx using a theme provided by Read the Docs.