micropython-aiobutton
Button handler
A MicroPython module for creating buttons with debounced and timed press/hold states
A MicroPython module for asyncio button.
4 stars
3 watching
1 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jacklinquan/micropython-basicdweet | A basic API module for the Dweet service | 3 |
jacklinquan/micropython-cryptomsg | An AES CBC mode encryption module for MicroPython devices | 5 |
alanmitchell/micropython-inputs | A Micro Python library for reading digital and analog inputs on microcontrollers. | 34 |
julienbacquart/micropython-max7219 | A Micropython library for controlling 8-digit 7-segment displays based on the MAX7219 | 4 |
jacklinquan/micropython-microbmp | A Python module for processing BMP images in various color depths and compression methods. | 10 |
kevinkk525/micropython_arduino_control | A library to remotely control an Arduino microcontroller using the 1-wire protocol | 0 |
jacklinquan/micropython-cryptodweet | Provides basic APIs for interacting with the Dweet service, including encryption. | 2 |
jacklinquan/micropython-dweeter | A Python module for securely sending and receiving encrypted messages through the Dweet service. | 3 |
kfricke/micropython-sonoff-switch | A MicroPython implementation of an MQTT controllable relay switch using the ITead Sonoff Switch | 10 |
andrequeiroz2/micropython-coffee | A device control system using Micropython and MQTT to remotely manage a relay on an ESP8266 MCU. | 10 |
capella-ben/micropython_mcp2515 | A microPython library for interacting with CAN Bus controllers. | 4 |
capella-ben/micropython_tmc5160 | A Python library providing a software interface to control and program the Trinamic TMC5160 Motion Controller | 3 |
selfhostedhome/micropython-debounce-switch | A class to handle debouncing of digital switches in MicroPython-based systems. | 8 |
jajberni/mcp342x_lopy | A MicroPython driver for the MCP342x ADC | 3 |
jposada202020/micropython_motor | A MicroPython library for controlling PWM-based motors and servos | 1 |