Expand description
This library aims to provide a simple interface to react to “clicks” of single button bluetooth devices (shutters/wire free remotes for selfie sticks and the like).
Structs§
- Manager
- Allows several callbacks to be registered for different devices.
Functions§
- execute_
on_ click - Executes a callback whenever a “click” is registered on the specified MAC address.
Type Aliases§
- Boxed
Callback - Type alias for readability purposes.