mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
5c1286ad67
milestone release
19 lines
437 B
Markdown
19 lines
437 B
Markdown
@page exa_workstation_blinky Example: Blinky Console
|
|
|
|
![Blinky on Win32](blinky_win.png)
|
|
|
|
# Example: Blinky Console
|
|
|
|
This example corresponds to the QM Tutorial at:
|
|
|
|
https://www.state-machine.com/qm/gs_tut.html
|
|
|
|
|
|
Specifically the files are as follows:
|
|
|
|
```
|
|
blinky.qm - the QM model for the Blinky active object
|
|
blinky.c - the generated code for the Blinky application
|
|
Makefile - the makefile to build Blinky on Windows/Linux/macOS
|
|
```
|