You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers to ARM based boards. Encoder push buttons are supported. Callback functions can be attached to encoder changes and button presses to allow for event driven applications
The library allows easy interfacing with a keypad. Not only keypads connected directly to the IO pins of the microcontroller are supported, but also via I2C. Implements software debouncing
Pixabay Gallery Sample App in Flutter which loads and displays images from Pixabay API and search function with debouncing on API Requests. The project's code is based on clean-architecture concept of Flutter via Bloc Library.