Public Member Functions | List of all members
LightSomeLEDs Class Reference

Behaviour that lights up a number of LEDs specified as its argument. More...

#include <LEDBehaviours.h>

Inheritance diagram for LightSomeLEDs:
Behaviour

Public Member Functions

char * args ()
 
 LightSomeLEDs (Adafruit_NeoPixel *strip, String name="LightSome", uint32_t color=0xFFFFFFFF)
 
String start (String args)
 
- Public Member Functions inherited from Behaviour
 Behaviour (String name)
 
virtual boolean is_background ()
 
virtual boolean is_interruptable ()
 
virtual boolean is_priority ()
 
virtual boolean is_running ()
 
virtual boolean is_temp ()
 
virtual String name ()
 
virtual void stop ()
 
virtual void update ()
 
 ~Behaviour ()
 

Additional Inherited Members

- Protected Attributes inherited from Behaviour
boolean _background = false
 
boolean _interruptable = true
 
String _name = "name"
 
boolean _priority = false
 
boolean _running = false
 
boolean _temp = false
 

Detailed Description

Behaviour that lights up a number of LEDs specified as its argument.

Constructor & Destructor Documentation

◆ LightSomeLEDs()

LightSomeLEDs::LightSomeLEDs ( Adafruit_NeoPixel *  strip,
String  name = "LightSome",
uint32_t  color = 0xFFFFFFFF 
)

Member Function Documentation

◆ args()

char* LightSomeLEDs::args ( )
virtual

What arguments does the behaviour take? Override this to document your behaviour.

Reimplemented from Behaviour.

◆ start()

String LightSomeLEDs::start ( String  args)
virtual

Start the behaviour, with arguments.

Reimplemented from Behaviour.


The documentation for this class was generated from the following file: