1+ ![ QP-Arduino] ( https://www.state-machine.com/img/logo_qp-arduino.png )
2+
13This README provides a quick overview of QP for Arduino.
24Please refer to the companion webiste to this project at:
35
@@ -19,7 +21,7 @@ dialog box. Once you identify the `<Sketchbook>` folder, you simply unzip
1921the whole ` qp-<ver>_arduino-1.8.x.zip ` archive to this folder.
2022
2123----
22- # Provided Libraries and Tools
24+ # Provided Libraries and Examples
2325
2426The archive ` qp-<ver>_arduino-1.8.x.zip ` contains two external libraries
2527for SAM-based Arduinos:
@@ -29,11 +31,16 @@ for SAM-based Arduinos:
2931
3032NOTE: qpn_avr is now obsolete. It is provided for backgwards compatibility only!
3133
34+ ----
35+ # Provided Tools
3236
3337The archive also contains the QM modeling tool for Windows
3438
3539- ` qm ` -- QM modeling tool for Windows 32/64-bit
3640
41+ ----
42+ # Directories and Files
43+
3744After the installation, your Arduino ` <Sketchbook> ` folder should look
3845as follows:
3946
@@ -45,6 +52,12 @@ as follows:
4552 | | | +-blinky/ - Blinky example
4653 | | | | +-blinky.ino - Blinky code (generated)
4754 | | | | +-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)
4861 | | +-src/ - QP/C++ library source code
4962 | | | +-qpcpp.h - QP/C++ library header file
5063 | | | +-... - QP/C++ library sources
0 commit comments