12 lines
371 B
Plaintext
Raw Normal View History

2018-08-13 11:31:31 -04:00
This example corresponds to the QM Tutorial at:
2015-06-06 18:30:55 -04:00
2018-08-13 11:31:31 -04:00
https://www.state-machine.com/qm/gs_tut.html
2015-06-06 18:30:55 -04:00
2018-08-13 11:31:31 -04:00
Specifically the files are as follows:
blinky.qm - the QM model for the Blinky active object
blinky.cpp - the generated code for the Blinky application
make.bat - the batch file for building Blinky on Windows
Makefile - the makefile to build Blinky on Linux