Simple "Blinky" example for the QP active object framework

Dependencies:   mbed qp

Fork of qp_dpp by Quantum Leaps

Revision:
7:80bbc7a6c78c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/blinky.h	Sun Oct 12 18:56:53 2014 +0000
@@ -0,0 +1,13 @@
+#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