RSeries astromech firmware
AnimatedEvent.h File Reference
#include "ReelTwo.h"
+ Include dependency graph for AnimatedEvent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AnimatedEvent
 Base class for all animated devices. AnimatedEvent::animate() is called for each device once through the main loop(). Subclasses should not call delay() or otherwise block. More...
 

Typedefs

typedef void(* AnimatedLoopDone) ()
 

Typedef Documentation

◆ AnimatedLoopDone

typedef void(* AnimatedLoopDone) ()