@@ -3,9 +3,9 @@ Please refer to the companion webiste to this project at:
33
44https://www.state-machine.com/arduino
55
6+ ----
7+ #Software Installation on Windows
68
7- Software Installation on Windows
8- ================================
99The QP adaptation for Arduino is distributed in a single ZIP
1010archive qp-<ver >_ arduino-1.8.x.zip, where <ver > stands for version of
1111the QP frameworks.
@@ -18,38 +18,40 @@ sketchbook location will be shown at the top of the Preferences dialog
1818box. Once you identify the Sketchbook folder, you simply unzip the whole
1919archive to your Sketchbook.
2020
21-
22- Provided Libraries
23- ==================
21+ ----
22+ # Provided Libraries
23+
2424The archive qp-<ver >_ arduino-1.8.x.zip contains two external libraries
2525for Arduino:
2626
27- qpcpp_sam -- QP/C++ framework for SAM-based Arduinos (ARM Cortex-M)
28- qpn_avr -- QP-nano framework for AVR based Arduinos
27+ - qpcpp_sam -- QP/C++ framework for SAM-based Arduinos (ARM Cortex-M)
28+ - qpn_avr -- QP-nano framework for AVR based Arduinos
29+
2930
31+ ----
32+ #Working with the Examples
3033
31- Working with the Examples
32- =========================
3334Each QP library contains the examples sub-directory, which contans the
3435QM model file and the generated code. The intended way of working with
3536the examples is to use the QM modeling tool to modify the state diagrams
3637and the code, and to use the Arduino IDE only to build and upload
3738the code to the Arduino board(s).
3839
39- ****
40- NOTE: The preferences in the Arduino IDE should be set up to
40+
41+ > NOTE: The preferences in the Arduino IDE should be set up to
4142 "Use external editor" so that the IDE will update the code each time
4243it is re-generated by the QM modeling tool.
43- ****
44-
44+
45+
4546When you unzip the archive into your Sketchbook directory, the examples
4647provided in each QP library shows up in the Arduino IDE under the menu:
4748
4849File|Examples|Examples from Custom Libraries
4950
5051
51- Licensing
52- =========
52+ ----
53+ #Licensing
54+
5355The QP real-time embedded frameworks for Arduino are licensed under the
5456modified GPLv3 license with the QP-Arduino Exception (see file
5557QP-Arduino_GPL_Exception.txt in the root of the archive). Specifically,
@@ -60,8 +62,9 @@ The QM graphical modeling tool is freeware. The QM tool is provided
6062under the terms of a simple End-User License Agreement (EULA).
6163
6264
63- Documentation
64- =============
65+ ----
66+ #Documentation
67+
6568Please refer to the companion webiste to this project at:
6669
6770https://www.state-machine.com/arduino
0 commit comments