Class BlinkinLEDController

    • Constructor Detail

      • BlinkinLEDController

        public BlinkinLEDController​(int pwmPort)
        Parameters:
        pwmPort - The PWM port of the Blinkin
    • Method Detail

      • setLEDPattern

        public void setLEDPattern​(BlinkinLEDController.Pattern pattern)
        Sets the Blinkin LED Controller to the given pattern
        Parameters:
        pattern - The pattern you want to set the controller to
      • task

        public void task()
        Description copied from interface: Subsystem
        The background task to run.