Kaleidoscope
Classes | Namespaces | Macros | Variables
LED-Stalker.h File Reference
#include <Kaleidoscope.h>
#include <Kaleidoscope-LEDControl.h>
Include dependency graph for LED-Stalker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaleidoscope::StalkerEffect
 
class  kaleidoscope::StalkerEffect::ColorComputer
 
class  kaleidoscope::stalker::Haunt
 
class  kaleidoscope::stalker::BlazingTrail
 

Namespaces

 kaleidoscope
 
 kaleidoscope::stalker
 

Macros

#define STALKER(v, ...)   ({static kaleidoscope::stalker::v _effect __VA_ARGS__; &_effect;})
 

Variables

kaleidoscope::StalkerEffect StalkerEffect
 

Macro Definition Documentation

◆ STALKER

#define STALKER (   v,
  ... 
)    ({static kaleidoscope::stalker::v _effect __VA_ARGS__; &_effect;})

Variable Documentation

◆ StalkerEffect