Hangman game using qp a 16x2 LCD and joystick.

Dependencies:   TextLCD mbed qp

Revision:
0:1521c946a57b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qp_config.h	Wed Feb 08 22:20:11 2012 +0000
@@ -0,0 +1,10 @@
+#ifndef qp_config_h
+#define qp_config_h
+
+// enable preemptive QK kernel
+#define QK_PREEMPTIVE
+
+// define maximum number of active objects
+#define QF_MAX_ACTIVE
+
+#endif
\ No newline at end of file