Skip to content

Commit 9311f36

Browse files
author
QL
committed
6.5.1
1 parent 2e1fa6f commit 9311f36

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

README.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Please refer to the companion webiste to this project at:
33

44
https://www.state-machine.com/arduino
55

6+
----
7+
#Software Installation on Windows
68

7-
Software Installation on Windows
8-
================================
99
The QP adaptation for Arduino is distributed in a single ZIP
1010
archive qp-<ver>_arduino-1.8.x.zip, where <ver> stands for version of
1111
the QP frameworks.
@@ -18,38 +18,40 @@ sketchbook location will be shown at the top of the Preferences dialog
1818
box. Once you identify the Sketchbook folder, you simply unzip the whole
1919
archive to your Sketchbook.
2020

21-
22-
Provided Libraries
23-
==================
21+
----
22+
#Provided Libraries
23+
2424
The archive qp-<ver>_arduino-1.8.x.zip contains two external libraries
2525
for 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-
=========================
3334
Each QP library contains the examples sub-directory, which contans the
3435
QM model file and the generated code. The intended way of working with
3536
the examples is to use the QM modeling tool to modify the state diagrams
3637
and the code, and to use the Arduino IDE only to build and upload
3738
the 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
4243
it is re-generated by the QM modeling tool.
43-
****
44-
44+
45+
4546
When you unzip the archive into your Sketchbook directory, the examples
4647
provided in each QP library shows up in the Arduino IDE under the menu:
4748

4849
File|Examples|Examples from Custom Libraries
4950

5051

51-
Licensing
52-
=========
52+
----
53+
#Licensing
54+
5355
The QP real-time embedded frameworks for Arduino are licensed under the
5456
modified GPLv3 license with the QP-Arduino Exception (see file
5557
QP-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
6062
under the terms of a simple End-User License Agreement (EULA).
6163

6264

63-
Documentation
64-
=============
65+
----
66+
#Documentation
67+
6568
Please refer to the companion webiste to this project at:
6669

6770
https://www.state-machine.com/arduino

0 commit comments

Comments
 (0)