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
Release files for DIYables-Pico-Button 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| diyables_pico_button-0.1.1.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| DIYables_Pico_Button-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.2 kB
Release files / DIYables_Pico_Button-0.1.1-py3-none-any.whl
| Download URL | DIYables_Pico_Button-0.1.1-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d920e2ff3efb99325f420062c22a3b15bcee88c3b8683e5064b76dfd4999d124
|
|
BLAKE2b-256 checksum How to use checksums |
34b87438d652748122fb52c69f23f3ab744a834b338a72f24da0629849bbf37a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|