1
+ ![ QP-Arduino] ( https://www.state-machine.com/img/logo_qp-arduino.png )
2
+
1
3
This README provides a quick overview of QP for Arduino.
2
4
Please refer to the companion webiste to this project at:
3
5
@@ -19,7 +21,7 @@ dialog box. Once you identify the `<Sketchbook>` folder, you simply unzip
19
21
the whole ` qp-<ver>_arduino-1.8.x.zip ` archive to this folder.
20
22
21
23
----
22
- # Provided Libraries and Tools
24
+ # Provided Libraries and Examples
23
25
24
26
The archive ` qp-<ver>_arduino-1.8.x.zip ` contains two external libraries
25
27
for SAM-based Arduinos:
@@ -29,11 +31,16 @@ for SAM-based Arduinos:
29
31
30
32
NOTE: qpn_avr is now obsolete. It is provided for backgwards compatibility only!
31
33
34
+ ----
35
+ # Provided Tools
32
36
33
37
The archive also contains the QM modeling tool for Windows
34
38
35
39
- ` qm ` -- QM modeling tool for Windows 32/64-bit
36
40
41
+ ----
42
+ # Directories and Files
43
+
37
44
After the installation, your Arduino ` <Sketchbook> ` folder should look
38
45
as follows:
39
46
@@ -45,6 +52,12 @@ as follows:
45
52
| | | +-blinky/ - Blinky example
46
53
| | | | +-blinky.ino - Blinky code (generated)
47
54
| | | | +-blinky.qm - Blinky model (for QM tool)
55
+ | | | +-blinky_bsp/ - Blinky example with Board Support Package
56
+ | | | | +-blinky_bsp.ino - Blinky code (generated)
57
+ | | | | +-blinky_bsp.qm - Blinky model (for QM tool)
58
+ | | | +-dpp_bsp/ - Dining Philosopher example with BSP
59
+ | | | | +-dpp_bsp.ino - DPP code (generated)
60
+ | | | | +-dpp_bsp.qm - DPP model (for QM tool)
48
61
| | +-src/ - QP/C++ library source code
49
62
| | | +-qpcpp.h - QP/C++ library header file
50
63
| | | +-... - QP/C++ library sources
0 commit comments