Get how many controllers have been registered.
- Returns
- the number of controllers (strips) that have been added with addLeds()
Definition at line 171 of file FastLED.cpp.
171 {
174 while( pCur) {
177 }
179}
CLEDController * next()
Get the next controller in the linked list after this one.
static CLEDController * head()
Get the first LED controller in the linked list of controllers.
References CLEDController::head(), CLEDController::next(), and x.