About this example: ------------------- This is a model of a "TimeBomb" presented in lesson #39 of the "Modern Embedded Programming" video course. The "TimeBomb" state machine is independent from any specific board, but assumes the presence of a few LEDs, which are controlled via a BSP (Board Support Package) This example demonstrates: - Active object (TimeBomb) with state machine - Board Support Package abstraction for portability Building the example: --------------------- To build this example, you will need the QP/C framework installed on your computer and the KEIL uVision toolset (could be the free edition). Running the example: -------------------- This example can be run on the TivaC LaunchPad board, but should be also easy to port to other boards. For more QM examples for QP/C see: https://www.state-machine.com/qpc/exa.html