Crate clicky

Source
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§

BoxedCallback
Type alias for readability purposes.