Blink1Device.blocking

Enables/disables blocking mode

If blocking mode is enabled, calls to fadeToRGB will sleep the thread until the animation is finished. If blocking mode is disabled, fadeToRGB will immediatly return.

  1. bool blocking [@property setter]
    class Blink1Device
    @safe @property
    void
    blocking
    ()
  2. bool blocking [@property getter]

Meta