1 #ifndef LED_BEHAVIOUR_h
2 #define LED_BEHAVIOUR_h
4 #include "Behaviours.h"
6 #include <Adafruit_NeoPixel.h>
10 Adafruit_NeoPixel* _strip;
14 NumLEDs(Adafruit_NeoPixel* strip, String
name =
"NumLEDs", uint32_t color=0xFFFFFFFF);
25 Adafruit_NeoPixel* _strip;
30 BrightnessLEDs(Adafruit_NeoPixel* strip, String
name =
"BrightnessLEDs", uint32_t hue=0, uint32_t sat=0);
41 Adafruit_NeoPixel* _strip;
51 BreathingLEDs(Adafruit_NeoPixel* strip, String
name =
"BreathingLEDs", uint32_t hue=0, uint32_t sat=0) :