Simple "Blinky" example for the QP active object framework

Dependencies:   mbed qp

Fork of qp_dpp by Quantum Leaps

blinky.h

Committer:
QL
Date:
2014-10-12
Revision:
7:80bbc7a6c78c

File content as of revision 7:80bbc7a6c78c:

#ifndef blinky_h
#define blinky_h

enum BlinkySignals {
    TIMEOUT_SIG = QP::Q_USER_SIG,
    MAX_PUB_SIG,              // the last published signal

    MAX_SIG                   // the last signal
};

extern QP::QActive * const AO_Blinky;

#endif                        // blinky_h