- def vibro_set(state: bool) -> bool:
- """
- Turn vibration on or off. This is a non-blocking operation. The vibration motor will continue to run until you stop it.
- :param state: :const:`True` to turn on vibration.
- :returns: :const:`True` if vibration is on.
- .. versionadded:: 1.0.0
- """
- pass
|