Skip to content
Snippets Groups Projects
Commit 79bd5084 authored by emorgan's avatar emorgan
Browse files

Gave BrightnessLEDs behaviour the correct name

parent 8b38aa9f
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ class BrightnessLEDs : public Behaviour { ...@@ -33,7 +33,7 @@ class BrightnessLEDs : public Behaviour {
uint32_t _sat; uint32_t _sat;
public: public:
BrightnessLEDs(Adafruit_NeoPixel* strip, String name = "num_leds", uint32_t hue=0, uint32_t sat=0) : BrightnessLEDs(Adafruit_NeoPixel* strip, String name = "brightness_leds", uint32_t hue=0, uint32_t sat=0) :
Behaviour(name), _strip(strip), _hue(hue), _sat(sat){ } Behaviour(name), _strip(strip), _hue(hue), _sat(sat){ }
char* args() {return "<int brightness>"; }; char* args() {return "<int brightness>"; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment