Button Library for with Raspberry Pi Pico, created by DIYables
Project description
Button Library for Raspberry Pi Pico - DIYables_Pico_Button
This MicroPython library is designed for Raspberry Pi Pico to make it easy to use push button, momentary switches, toggle switch, magnetic contact switch (door sensor)... It is easy to use for not only beginners but also experienced users...
It is created by DIYables to work with DIYables products, but also work with products from other brands. Please consider purchasing products from DIYables Store on Amazon from to support our work.
Features
- Works with any Raspberry Pi Pico board.
- Supports the internal pull-up/pull-down resistor to avoid the floating value
- Supports debounce to eliminate the chattering phenomenon
- Supports the pressed and released events
- Supports the counting (for FALLING, RISING and BOTH)
- Easy to use with multiple buttons
- All functions are non-blocking
Available Functions
- init(pin, mode=Pin.PULL_UP)
- set_debounce_time(time_ms)
- get_state()
- get_state_raw()
- is_pressed()
- is_released()
- set_count_mode(mode)
- get_count()
- reset_count()
- loop()
Available Examples
- pull_up.py
- pull_down.py
Tutorials
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file DIYables_Pico_Button-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: DIYables_Pico_Button-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea484eb1786c5a4cfc53db93470ac5880078258432e38b249a33abe98f97bcc8 |
|
MD5 | 395f19d8f4729f2e845cc6fa34fe0642 |
|
BLAKE2b-256 | fe227d1d860cec46c419e2c10a095428f2c5ab3a3ff2979bf57f2529fded4860 |