#include "SFBTypes.h"
#include "SFBConstants.h"
Go to the source code of this file.
Data Structures | |
class | SFBQLED |
A simple queuing system to allow displaying various 'blink patterns' on the SFB built-in LEDs without having to block. More... | |
struct | SFBQLED::qentry |
Enumerations | |
enum | SFBQLEDWhenIdleModes { QLED_IDLE_OFF, QLED_IDLE_ON, QLED_IDLE_REFLEX } |
Mode values for the second argument to SFBQLED::whenIdle(). More... | |
Variables | |
SFBQLED | QLED |
A SFBQLED object provided to control the built-in LEDs without blocking. |
enum SFBQLEDWhenIdleModes |
Mode values for the second argument to SFBQLED::whenIdle().